#EA66FF

Color #EA66FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #EA66FF

Tints of Heliotrope #EA66FF

Color information

#EA66FF (or 0xEA66FF) is unknown color: approx Heliotrope. HEX triplet: EA, 66 and FF. RGB value is (234,102,255). Sum of RGB (Red+Green+Blue) = 234+102+255=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA66FF is #159900. Grayscale: #9E9E9E. Windows color (decimal): -1415425 or 16738026. OLE color: 16738026.

HSL color Cylindrical-coordinate representation of color #EA66FF: hue angle of 291.76º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA66FF is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234102255-
CMYK0.080.600
HSL291.76º100%70%-
HSV(B)291.76º60%100%-
XYZ56.7334.2298.22-
YUV158.91182.23181.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 102 (40.23% from 255) = 17.26%
BLUE value IS 255 (100% from 255) = 43.15%
R=39.59%
G=17.26%
B=43.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341022550.080.600291.7610070
HexEA66FF83C001246446
Octal352146377107400444144106
Binary1110101011001101111111110001111000010010010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66FF; }

 p { color: rgb(234,102,255); }

 H1.HeaderClassName
 {
   color: #EA66FF;
 }
 .AnyTagClassName
 {
   color: #EA66FF;
 }
</style>
background-color css

<style>
 a { background-color: #EA66FF; }

 a { background-color: rgb(234,102,255); }

 div.DivClassName
 {
   background-color: #EA66FF;
 }
 .BgClassName
 {
   background-color: #EA66FF;
 }
</style>
border-color css

<style>
 span { border-color: #EA66FF; }

 span { border-color: rgb(234,102,255); }

 td.TdClassName
 {
   border-color: #EA66FF;
 }
 .TagClassName
 {
   border-color: #EA66FF;
 }
</style>