#E033DA

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

Shades of Razzle Dazzle Rose #E033DA

Tints of Razzle Dazzle Rose #E033DA

Color information

#E033DA (or 0xE033DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 33 and DA. RGB value is (224,51,218). Sum of RGB (Red+Green+Blue) = 224+51+218=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E033DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E033DA is #1FCC25. Grayscale: #797979. Windows color (decimal): -2083878 or 14300128. OLE color: 14300128.

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

Color convert

RGB22451218-
CMYK00.770.030.12
HSL302.08º73.62%53.92%-
HSV(B)302.08º77.23%87.84%-
XYZ44.5823.2868.47-
YUV121.76182.31200.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 51 (20.31% from 255) = 10.34%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=45.44%
G=10.34%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245121800.770.030.12302.0873.6253.92
HexE033DA04D3C12e4a36
Octal34063332011531445611266
Binary1110000011001111011010010011011111001001011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E033DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E033DA; }

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

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

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

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

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

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

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

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