#EC66FF

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

Shades of Heliotrope #EC66FF

Tints of Heliotrope #EC66FF

Color information

#EC66FF (or 0xEC66FF) is unknown color: approx Heliotrope. HEX triplet: EC, 66 and FF. RGB value is (236,102,255). Sum of RGB (Red+Green+Blue) = 236+102+255=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66FF is #139900. Grayscale: #9F9F9F. Windows color (decimal): -1284353 or 16738028. OLE color: 16738028.

HSL color Cylindrical-coordinate representation of color #EC66FF: hue angle of 292.55º 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 #EC66FF is Cyan = 0.07, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236102255-
CMYK0.070.600
HSL292.55º100%70%-
HSV(B)292.55º60%100%-
XYZ57.3934.5698.25-
YUV159.51181.89182.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 102 (40.23% from 255) = 17.20%
BLUE value IS 255 (100% from 255) = 43.00%
R=39.80%
G=17.20%
B=43.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361022550.070.600292.5510070
HexEC66FF73C001256446
Octal35414637777400445144106
Binary111011001100110111111111111111000010010010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC66FF; }

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

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

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

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

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

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

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

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