Shades of Razzle Dazzle Rose #E532DB
Tints of Razzle Dazzle Rose #E532DB
RGB
CMYK
RGB Variations
Color information
#E532DB (or 0xE532DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and DB. RGB value is (229,50,219). Sum of RGB (Red+Green+Blue) = 229+50+219=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E532DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532DB is #1ACD24. Grayscale: #7A7A7A. Windows color (decimal): -1756453 or 14365413. OLE color: 14365413.
HSL color Cylindrical-coordinate representation of color #E532DB: hue angle of 303.35º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E532DB is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 219 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.10 |
| HSL | 303.35º | 0.77% | 0.55% | - |
| HSV(B) | 303.35º | 0.78% | 0.9% | - |
| XYZ | 46.24 | 24.05 | 69.22 | - |
| YUV | 122.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 219 | 0 | 0.78 | 0.04 | 0.10 | 303.35 | 0.77 | 0.55 |
| Hex | E5 | 32 | DB | 0 | 4E | 4 | A | 12F | 4D | 37 |
| Octal | 345 | 62 | 333 | 0 | 116 | 4 | 12 | 457 | 115 | 67 |
| Binary | 11100101 | 110010 | 11011011 | 0 | 1001110 | 100 | 1010 | 100101111 | 1001101 | 110111 |
Color Harmonies of #E532DB
Complementary color
Monochromatic Colors of #E532DB
Black with #E532DB
Text Example
Text Example
White with #E532DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E532DB; }
p { color: rgb(229,50,219); }
H1.HeaderClassName
{
color: #E532DB;
}
.AnyTagClassName
{
color: #E532DB;
}
</style>
background-color css
<style>
a { background-color: #E532DB; }
a { background-color: rgb(229,50,219); }
div.DivClassName
{
background-color: #E532DB;
}
.BgClassName
{
background-color: #E532DB;
}
</style>
border-color css
<style>
span { border-color: #E532DB; }
span { border-color: rgb(229,50,219); }
td.TdClassName
{
border-color: #E532DB;
}
.TagClassName
{
border-color: #E532DB;
}
</style>