#E02DDA

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

Shades of Razzle Dazzle Rose #E02DDA

Tints of Razzle Dazzle Rose #E02DDA

Color information

#E02DDA (or 0xE02DDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2D and DA. RGB value is (224,45,218). Sum of RGB (Red+Green+Blue) = 224+45+218=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DDA is #1FD225. Grayscale: #757575. Windows color (decimal): -2085414 or 14298592. OLE color: 14298592.

HSL color Cylindrical-coordinate representation of color #E02DDA: hue angle of 302.01º 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 #E02DDA is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22445218-
CMYK00.800.030.12
HSL302.01º74.27%52.75%-
HSV(B)302.01º79.91%87.84%-
XYZ44.3322.7968.39-
YUV118.24184.3203.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 45 (17.97% from 255) = 9.24%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=46.00%
G=9.24%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244521800.800.030.12302.0174.2752.75
HexE02DDA0503C12e4a35
Octal34055332012031445611265
Binary1110000010110111011010010100001111001001011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02DDA; }

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

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

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

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

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

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

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

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