Shades of Razzle Dazzle Rose #E833DB
Tints of Razzle Dazzle Rose #E833DB
RGB
CMYK
RGB Variations
Color information
#E833DB (or 0xE833DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 33 and DB. RGB value is (232,51,219). Sum of RGB (Red+Green+Blue) = 232+51+219=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E833DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E833DB is #17CC24. Grayscale: #7B7B7B. Windows color (decimal): -1559589 or 14365672. OLE color: 14365672.
HSL color Cylindrical-coordinate representation of color #E833DB: hue angle of 304.31º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E833DB is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 219 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.09 |
| HSL | 304.31º | 0.8% | 0.55% | - |
| HSV(B) | 304.31º | 0.78% | 0.91% | - |
| XYZ | 47.25 | 24.64 | 69.28 | - |
| YUV | 124.27 | 181.47 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 219 | 0 | 0.78 | 0.06 | 0.09 | 304.31 | 0.8 | 0.55 |
| Hex | E8 | 33 | DB | 0 | 4E | 6 | 9 | 130 | 50 | 37 |
| Octal | 350 | 63 | 333 | 0 | 116 | 6 | 11 | 460 | 120 | 67 |
| Binary | 11101000 | 110011 | 11011011 | 0 | 1001110 | 110 | 1001 | 100110000 | 1010000 | 110111 |
Color Harmonies of #E833DB
Complementary color
Monochromatic Colors of #E833DB
Black with #E833DB
Text Example
Text Example
White with #E833DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E833DB; }
p { color: rgb(232,51,219); }
H1.HeaderClassName
{
color: #E833DB;
}
.AnyTagClassName
{
color: #E833DB;
}
</style>
background-color css
<style>
a { background-color: #E833DB; }
a { background-color: rgb(232,51,219); }
div.DivClassName
{
background-color: #E833DB;
}
.BgClassName
{
background-color: #E833DB;
}
</style>
border-color css
<style>
span { border-color: #E833DB; }
span { border-color: rgb(232,51,219); }
td.TdClassName
{
border-color: #E833DB;
}
.TagClassName
{
border-color: #E833DB;
}
</style>