#E24CFC

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

Shades of Heliotrope #E24CFC

Tints of Heliotrope #E24CFC

Color information

#E24CFC (or 0xE24CFC) is unknown color: approx Heliotrope. HEX triplet: E2, 4C and FC. RGB value is (226,76,252). Sum of RGB (Red+Green+Blue) = 226+76+252=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 76 (30.08% from 255 or 13.72% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #E24CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24CFC is #1DB303. Grayscale: #8C8C8C. Windows color (decimal): -1946372 or 16534754. OLE color: 16534754.

HSL color Cylindrical-coordinate representation of color #E24CFC: hue angle of 291.14º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24CFC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22676252-
CMYK0.100.7000.01
HSL291.14º96.7%64.31%-
HSV(B)291.14º69.84%98.82%-
XYZ51.5228.3794.86-
YUV140.91190.7188.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 76 (30.08% from 255) = 13.72%
BLUE value IS 252 (98.83% from 255) = 45.49%
R=40.79%
G=13.72%
B=45.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal226762520.100.7000.01291.1496.764.31
HexE24CFCA46011236140
Octal3421143741210601443141100
Binary11100010100110011111100101010001100110010001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24CFC; }

 p { color: rgb(226,76,252); }

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

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

 a { background-color: rgb(226,76,252); }

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

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

 span { border-color: rgb(226,76,252); }

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