#EC72FF

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

Shades of Heliotrope #EC72FF

Tints of Heliotrope #EC72FF

Color information

#EC72FF (or 0xEC72FF) is unknown color: approx Heliotrope. HEX triplet: EC, 72 and FF. RGB value is (236,114,255). Sum of RGB (Red+Green+Blue) = 236+114+255=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 114 (44.92% from 255 or 18.84% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC72FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FF is #138D00. Grayscale: #A6A6A6. Windows color (decimal): -1281281 or 16741100. OLE color: 16741100.

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

Color convert

RGB236114255-
CMYK0.070.5500
HSL291.91º100%72.35%-
HSV(B)291.91º55.29%100%-
XYZ58.6637.0998.67-
YUV166.55177.92177.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 114 (44.92% from 255) = 18.84%
BLUE value IS 255 (100% from 255) = 42.15%
R=39.01%
G=18.84%
B=42.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361142550.070.5500291.9110072.35
HexEC72FF737001246448
Octal35416237776700444144110
Binary111011001110010111111111111101110010010010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72FF; }

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

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

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

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

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

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

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

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