COLOR #EB66E6

HEX: #EB66E6
RGB: (235,102,230)

Color info

#EB66E6 contains mainly red and blue colors. Web safe color of #EB66E6 is #FF66CC (or #F6C).

RGB color model

#EB66E6 color RGB value is (235,102,230).

  • red value is 235;
  • green value is 102;
  • blue value is 230.
RGB:
(235,102,230)
(92%,40%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 102 of 255 = 40%
B 230 of 255 = 90%

235
102
230

R + G + B ~ 74%. #EB66E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 102 + 230 = 567 (100%)
R 235 of 567 ~ 41.45%
G 102 of 567 ~ 17.99%
B 230 of 567 ~ 40.56%

%41.45
%17.99
%40.56

CMYK color model

#EB66E6 color CMYK value is (0,57,2,8).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(0,57,2,8)
C0M57Y2K8 
(0%,57%,2%,8%)
(0.00/0.57/0.02/0.08)	

CMYK percentages

%0
%56.6
%2.13
%7.84

Codes

Color #EB66E6 in popluar color models

EB66E6
RGB235102230
HSL302°76.88%66.08%
HSB/HSV302°56.60%92.16%
CMYK0.00%56.60%2.13%
7.84%

Color #EB66E6 in popluar number systems.

HEXEB66E6
Decimal235102230
Binary11101011110011011100110
Octal353146346

Shades and tints

Shades of #EB66E6

#EB66E6
(235,102,230)
#D65DD2
(214,93,210)
#C154BE
(193,84,190)
#AC4BAA
(172,75,170)
#974296
(151,66,150)
#823982
(130,57,130)
#6D306E
(109,48,110)
#58275A
(88,39,90)
#431E46
(67,30,70)
#2E1532
(46,21,50)
#190C1E
(25,12,30)
#000000
(0,0,0)

Tints of #EB66E6

#EB66E6
(235,102,230)
#EC73E8
(236,115,232)
#ED80EA
(237,128,234)
#EE8DEC
(238,141,236)
#EF9AEE
(239,154,238)
#F0A7F0
(240,167,240)
#F1B4F2
(241,180,242)
#F2C1F4
(242,193,244)
#F3CEF6
(243,206,246)
#F4DBF8
(244,219,248)
#F5E8FA
(245,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB66E6 color. Also use rgb(235,102,230) instead hex code.

Text Font Color

.myTextColor { color: #EB66E6; }

<p style="color:#EB66E6">This sample text font color is #EB66E6.</p>

This text font color is #EB66E6.


Background Color

.myBgColor { background-color: #EB66E6; }

<div style="background-color:#EB66E6">Inner text</div>

This div background color is #EB66E6.


Border color

.myBorderColor { border: 1px solid #EB66E6; }

<div style="border:3px solid #EB66E6">Div</div>

This div border color is #EB66E6.


Opacity

.myOpacity80 { color: #EB66E6; opacity: 0.8; }

<p style="color:#EB66E6;opacity:0.8;">80%</p>

Text with #EB66E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB66E6;}

<p style="text-shadow: 3px 3px 1px #EB66E6">Text here.</p>

This text has shadow with #EB66E6 color.

.textShadow {text-shadow: 3px 3px 1px #EB66E6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB66E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB66E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB66E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB66E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB66E6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EB66E6;
  -webkit-box-shadow:	1px 1px 3px 2px #EB66E6;
  box-shadow:		1px 1px 3px 2px #EB66E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB66E6;
-webkit-box-shadow: 1px 1px 3px 2px #EB66E6;
box-shadow:1px 1px 3px 2px #EB66E6;">
Div content here</div>
This div box has shadow with color #EB66E6.

Preview

Color preview on black background

This text has color #EB66E6 on black background.


Color preview on white background

This text has color #EB66E6 on white background.



Black color preview on #EB66E6 background

This text has black color on #EB66E6 background.


White color preview on #EB66E6 background

This text has white color on #EB66E6 background.