#ea66f8

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

Shades of Heliotrope #EA66F8

Tints of Heliotrope #EA66F8

Color information

#EA66F8 (or 0xEA66F8) is unknown color: approx Heliotrope. HEX triplet: EA, 66 and F8. RGB value is (234,102,248). Sum of RGB (Red+Green+Blue) = 234+102+248=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA66F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA66F8 is #159907. Grayscale: #9D9D9D. Windows color (decimal): -1415432 or 16279274. OLE color: 16279274.

HSL color Cylindrical-coordinate representation of color #EA66F8: hue angle of 294.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA66F8 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234102248-
CMYK0.060.5900.03
HSL294.25º91.25%68.63%-
HSV(B)294.25º58.87%97.25%-
XYZ55.6333.7792.39-
YUV158.11178.73182.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 102 (40.23% from 255) = 17.47%
BLUE value IS 248 (97.27% from 255) = 42.47%
R=40.07%
G=17.47%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341022480.060.5900.03294.2591.2568.63
HexEA66F863B031265b45
Octal35214637067303446133105
Binary1110101011001101111100011011101101110010011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea66f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea66f8; }

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

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

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

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

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

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

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

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