#E52DDB

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

Shades of Razzle Dazzle Rose #E52DDB

Tints of Razzle Dazzle Rose #E52DDB

Color information

#E52DDB (or 0xE52DDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 2D and DB. RGB value is (229,45,219). Sum of RGB (Red+Green+Blue) = 229+45+219=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DDB is #1AD224. Grayscale: #777777. Windows color (decimal): -1757733 or 14364133. OLE color: 14364133.

HSL color Cylindrical-coordinate representation of color #E52DDB: hue angle of 303.26º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52DDB is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB22945219-
CMYK00.800.040.10
HSL303.26º77.97%53.73%-
HSV(B)303.26º80.35%89.8%-
XYZ46.0423.6569.16-
YUV119.85183.96205.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 45 (17.97% from 255) = 9.13%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=46.45%
G=9.13%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294521900.800.040.10303.2677.9753.73
HexE52DDB0504A12f4e36
Octal34555333012041245711666
Binary11100101101101110110110101000010010101001011111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52DDB; }

 p { color: rgb(229,45,219); }

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

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

 a { background-color: rgb(229,45,219); }

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

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

 span { border-color: rgb(229,45,219); }

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