#E24AFC

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

Shades of Heliotrope #E24AFC

Tints of Heliotrope #E24AFC

Color information

#E24AFC (or 0xE24AFC) is unknown color: approx Heliotrope. HEX triplet: E2, 4A and FC. RGB value is (226,74,252). Sum of RGB (Red+Green+Blue) = 226+74+252=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #E24AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24AFC is #1DB503. Grayscale: #8B8B8B. Windows color (decimal): -1946884 or 16534242. OLE color: 16534242.

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

Color convert

RGB22674252-
CMYK0.100.7100.01
HSL291.24º96.74%63.92%-
HSV(B)291.24º70.63%98.82%-
XYZ51.3828.0994.81-
YUV139.74191.36189.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 74 (29.30% from 255) = 13.41%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=40.94%
G=13.41%
B=45.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal226742520.100.7100.01291.2496.7463.92
HexE24AFCA47011236140
Octal3421123741210701443141100
Binary11100010100101011111100101010001110110010001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24AFC; }

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

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

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

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

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

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

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

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