#EC72FA

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

Shades of Heliotrope #EC72FA

Tints of Heliotrope #EC72FA

Color information

#EC72FA (or 0xEC72FA) is unknown color: approx Heliotrope. HEX triplet: EC, 72 and FA. RGB value is (236,114,250). Sum of RGB (Red+Green+Blue) = 236+114+250=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 114 (44.92% from 255 or 19% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC72FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FA is #138D05. Grayscale: #A5A5A5. Windows color (decimal): -1281286 or 16413420. OLE color: 16413420.

HSL color Cylindrical-coordinate representation of color #EC72FA: hue angle of 293.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC72FA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236114250-
CMYK0.060.5400.02
HSL293.82º93.15%71.37%-
HSV(B)293.82º54.4%98.04%-
XYZ57.8636.7794.49-
YUV165.98175.42177.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 114 (44.92% from 255) = 19%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=39.33%
G=19%
B=41.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361142500.060.5400.02293.8293.1571.37
HexEC72FA636021265d47
Octal35416237266602446135107
Binary1110110011100101111101011011011001010010011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72FA; }

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

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

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

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

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

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

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

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