#EC72FE

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

Shades of Heliotrope #EC72FE

Tints of Heliotrope #EC72FE

Color information

#EC72FE (or 0xEC72FE) is unknown color: approx Heliotrope. HEX triplet: EC, 72 and FE. RGB value is (236,114,254). Sum of RGB (Red+Green+Blue) = 236+114+254=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 114 (44.92% from 255 or 18.87% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC72FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FE is #138D01. Grayscale: #A6A6A6. Windows color (decimal): -1281282 or 16675564. OLE color: 16675564.

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

Color convert

RGB236114254-
CMYK0.070.5500.00
HSL292.29º98.59%72.16%-
HSV(B)292.29º55.12%99.61%-
XYZ58.537.0297.83-
YUV166.44177.42177.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 114 (44.92% from 255) = 18.87%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=39.07%
G=18.87%
B=42.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361142540.070.5500.00292.2998.5972.16
HexEC72FE737001246348
Octal35416237676700444143110
Binary111011001110010111111101111101110010010010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72FE; }

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

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

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

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

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

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

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

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