#EC72FD

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

Shades of Heliotrope #EC72FD

Tints of Heliotrope #EC72FD

Color information

#EC72FD (or 0xEC72FD) is unknown color: approx Heliotrope. HEX triplet: EC, 72 and FD. RGB value is (236,114,253). Sum of RGB (Red+Green+Blue) = 236+114+253=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 114 (44.92% from 255 or 18.91% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC72FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FD is #138D02. Grayscale: #A5A5A5. Windows color (decimal): -1281283 or 16610028. OLE color: 16610028.

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

Color convert

RGB236114253-
CMYK0.070.5500.01
HSL292.66º97.2%71.96%-
HSV(B)292.66º54.94%99.22%-
XYZ58.3436.9696.99-
YUV166.32176.92177.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 114 (44.92% from 255) = 18.91%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=39.14%
G=18.91%
B=41.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361142530.070.5500.01292.6697.271.96
HexEC72FD737011256148
Octal35416237576701445141110
Binary111011001110010111111011111101110110010010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72FD; }

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

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

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

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

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

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

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

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