#EC6CFF

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

Shades of Heliotrope #EC6CFF

Tints of Heliotrope #EC6CFF

Color information

#EC6CFF (or 0xEC6CFF) is unknown color: approx Heliotrope. HEX triplet: EC, 6C and FF. RGB value is (236,108,255). Sum of RGB (Red+Green+Blue) = 236+108+255=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 108 (42.58% from 255 or 18.03% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CFF is #139300. Grayscale: #A2A2A2. Windows color (decimal): -1282817 or 16739564. OLE color: 16739564.

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

Color convert

RGB236108255-
CMYK0.070.5800
HSL292.24º100%71.18%-
HSV(B)292.24º57.65%100%-
XYZ5835.7898.46-
YUV163.03179.91180.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 108 (42.58% from 255) = 18.03%
BLUE value IS 255 (100% from 255) = 42.57%
R=39.40%
G=18.03%
B=42.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361082550.070.5800292.2410071.18
HexEC6CFF73A001246447
Octal35415437777200444144107
Binary111011001101100111111111111110100010010010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6CFF; }

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

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

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

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

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

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

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

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