#E024D6

Color #E024D6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E024D6

Tints of Razzle Dazzle Rose #E024D6

Color information

#E024D6 (or 0xE024D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 24 and D6. RGB value is (224,36,214). Sum of RGB (Red+Green+Blue) = 224+36+214=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E024D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024D6 is #1FDB29. Grayscale: #6F6F6F. Windows color (decimal): -2087722 or 14034144. OLE color: 14034144.

HSL color Cylindrical-coordinate representation of color #E024D6: hue angle of 303.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024D6 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22436214-
CMYK00.840.040.12
HSL303.19º75.2%50.98%-
HSV(B)303.19º83.93%87.84%-
XYZ43.5121.9665.56-
YUV112.5185.28207.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 36 (14.45% from 255) = 7.59%
BLUE value IS 214 (83.98% from 255) = 45.15%
R=47.26%
G=7.59%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243621400.840.040.12303.1975.250.98
HexE024D60544C12f4b33
Octal34044326012441445711363
Binary11100000100100110101100101010010011001001011111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E024D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E024D6; }

 p { color: rgb(224,36,214); }

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

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

 a { background-color: rgb(224,36,214); }

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

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

 span { border-color: rgb(224,36,214); }

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