#E02DD4

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

Shades of Razzle Dazzle Rose #E02DD4

Tints of Razzle Dazzle Rose #E02DD4

Color information

#E02DD4 (or 0xE02DD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2D and D4. RGB value is (224,45,212). Sum of RGB (Red+Green+Blue) = 224+45+212=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DD4 is #1FD22B. Grayscale: #757575. Windows color (decimal): -2085420 or 13905376. OLE color: 13905376.

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

Color convert

RGB22445212-
CMYK00.800.050.12
HSL304.02º74.27%52.75%-
HSV(B)304.02º79.91%87.84%-
XYZ43.5622.4864.33-
YUV117.56181.3203.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 45 (17.97% from 255) = 9.36%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=46.57%
G=9.36%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244521200.800.050.12304.0274.2752.75
HexE02DD40505C1304a35
Octal34055324012051446011265
Binary11100000101101110101000101000010111001001100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02DD4; }

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

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

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

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

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

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

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

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