#E033DB

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

Shades of Razzle Dazzle Rose #E033DB

Tints of Razzle Dazzle Rose #E033DB

Color information

#E033DB (or 0xE033DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 33 and DB. RGB value is (224,51,219). Sum of RGB (Red+Green+Blue) = 224+51+219=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E033DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E033DB is #1FCC24. Grayscale: #797979. Windows color (decimal): -2083877 or 14365664. OLE color: 14365664.

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

Color convert

RGB22451219-
CMYK00.770.020.12
HSL301.73º73.62%53.92%-
HSV(B)301.73º77.23%87.84%-
XYZ44.7123.3369.16-
YUV121.88182.81200.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 51 (20.31% from 255) = 10.32%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=45.34%
G=10.32%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245121900.770.020.12301.7373.6253.92
HexE033DB04D2C12e4a36
Octal34063333011521445611266
Binary1110000011001111011011010011011011001001011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E033DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E033DB; }

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

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

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

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

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

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

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

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