#E032D4

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

Shades of Razzle Dazzle Rose #E032D4

Tints of Razzle Dazzle Rose #E032D4

Color information

#E032D4 (or 0xE032D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 32 and D4. RGB value is (224,50,212). Sum of RGB (Red+Green+Blue) = 224+50+212=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E032D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032D4 is #1FCD2B. Grayscale: #787878. Windows color (decimal): -2084140 or 13906656. OLE color: 13906656.

HSL color Cylindrical-coordinate representation of color #E032D4: hue angle of 304.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032D4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22450212-
CMYK00.780.050.12
HSL304.14º73.73%53.73%-
HSV(B)304.14º77.68%87.84%-
XYZ43.7622.8864.4-
YUV120.49179.65201.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 50 (19.92% from 255) = 10.29%
BLUE value IS 212 (83.20% from 255) = 43.62%
R=46.09%
G=10.29%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245021200.780.050.12304.1473.7353.73
HexE032D404E5C1304a36
Octal34062324011651446011266
Binary11100000110010110101000100111010111001001100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E032D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E032D4; }

 p { color: rgb(224,50,212); }

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

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

 a { background-color: rgb(224,50,212); }

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

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

 span { border-color: rgb(224,50,212); }

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