Shades of Razzle Dazzle Rose #E533DB
Tints of Razzle Dazzle Rose #E533DB
RGB
CMYK
RGB Variations
Color information
#E533DB (or 0xE533DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and DB. RGB value is (229,51,219). Sum of RGB (Red+Green+Blue) = 229+51+219=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E533DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533DB is #1ACC24. Grayscale: #7A7A7A. Windows color (decimal): -1756197 or 14365669. OLE color: 14365669.
HSL color Cylindrical-coordinate representation of color #E533DB: hue angle of 303.37º 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 #E533DB is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 219 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.10 |
| HSL | 303.37º | 0.77% | 0.55% | - |
| HSV(B) | 303.37º | 0.78% | 0.9% | - |
| XYZ | 46.28 | 24.14 | 69.24 | - |
| YUV | 123.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 219 | 0 | 0.78 | 0.04 | 0.10 | 303.37 | 0.77 | 0.55 |
| Hex | E5 | 33 | DB | 0 | 4E | 4 | A | 12F | 4D | 37 |
| Octal | 345 | 63 | 333 | 0 | 116 | 4 | 12 | 457 | 115 | 67 |
| Binary | 11100101 | 110011 | 11011011 | 0 | 1001110 | 100 | 1010 | 100101111 | 1001101 | 110111 |
Color Harmonies of #E533DB
Complementary color
Monochromatic Colors of #E533DB
Black with #E533DB
Text Example
Text Example
White with #E533DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533DB; }
p { color: rgb(229,51,219); }
H1.HeaderClassName
{
color: #E533DB;
}
.AnyTagClassName
{
color: #E533DB;
}
</style>
background-color css
<style>
a { background-color: #E533DB; }
a { background-color: rgb(229,51,219); }
div.DivClassName
{
background-color: #E533DB;
}
.BgClassName
{
background-color: #E533DB;
}
</style>
border-color css
<style>
span { border-color: #E533DB; }
span { border-color: rgb(229,51,219); }
td.TdClassName
{
border-color: #E533DB;
}
.TagClassName
{
border-color: #E533DB;
}
</style>