#EC65FF

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

Shades of Heliotrope #EC65FF

Tints of Heliotrope #EC65FF

Color information

#EC65FF (or 0xEC65FF) is unknown color: approx Heliotrope. HEX triplet: EC, 65 and FF. RGB value is (236,101,255). Sum of RGB (Red+Green+Blue) = 236+101+255=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65FF is #139A00. Grayscale: #9E9E9E. Windows color (decimal): -1284609 or 16737772. OLE color: 16737772.

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

Color convert

RGB236101255-
CMYK0.070.6000
HSL292.6º100%69.8%-
HSV(B)292.6º60.39%100%-
XYZ57.334.3698.22-
YUV158.92182.23182.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 101 (39.84% from 255) = 17.06%
BLUE value IS 255 (100% from 255) = 43.07%
R=39.86%
G=17.06%
B=43.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361012550.070.6000292.610069.8
HexEC65FF73C001256446
Octal35414537777400445144106
Binary111011001100101111111111111111000010010010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65FF; }

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

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

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

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

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

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

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

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