#EC6AFF

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

Shades of Heliotrope #EC6AFF

Tints of Heliotrope #EC6AFF

Color information

#EC6AFF (or 0xEC6AFF) is unknown color: approx Heliotrope. HEX triplet: EC, 6A and FF. RGB value is (236,106,255). Sum of RGB (Red+Green+Blue) = 236+106+255=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AFF is #139500. Grayscale: #A1A1A1. Windows color (decimal): -1283329 or 16739052. OLE color: 16739052.

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

Color convert

RGB236106255-
CMYK0.070.5800
HSL292.35º100%70.78%-
HSV(B)292.35º58.43%100%-
XYZ57.835.3698.39-
YUV161.86180.57180.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 106 (41.80% from 255) = 17.76%
BLUE value IS 255 (100% from 255) = 42.71%
R=39.53%
G=17.76%
B=42.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361062550.070.5800292.3510070.78
HexEC6AFF73A001246447
Octal35415237777200444144107
Binary111011001101010111111111111110100010010010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6AFF; }

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

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

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

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

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

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

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

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