Shades of Razzle Dazzle Rose #E933DB
Tints of Razzle Dazzle Rose #E933DB
RGB
CMYK
RGB Variations
Color information
#E933DB (or 0xE933DB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 33 and DB. RGB value is (233,51,219). Sum of RGB (Red+Green+Blue) = 233+51+219=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E933DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E933DB is #16CC24. Grayscale: #7C7C7C. Windows color (decimal): -1494053 or 14365673. OLE color: 14365673.
HSL color Cylindrical-coordinate representation of color #E933DB: hue angle of 304.62º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E933DB is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 219 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.09 |
| HSL | 304.62º | 0.81% | 0.56% | - |
| HSV(B) | 304.62º | 0.78% | 0.91% | - |
| XYZ | 47.57 | 24.81 | 69.3 | - |
| YUV | 124.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 219 | 0 | 0.78 | 0.06 | 0.09 | 304.62 | 0.81 | 0.56 |
| Hex | E9 | 33 | DB | 0 | 4E | 6 | 9 | 131 | 51 | 38 |
| Octal | 351 | 63 | 333 | 0 | 116 | 6 | 11 | 461 | 121 | 70 |
| Binary | 11101001 | 110011 | 11011011 | 0 | 1001110 | 110 | 1001 | 100110001 | 1010001 | 111000 |
Color Harmonies of #E933DB
Complementary color
Monochromatic Colors of #E933DB
Black with #E933DB
Text Example
Text Example
White with #E933DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E933DB; }
p { color: rgb(233,51,219); }
H1.HeaderClassName
{
color: #E933DB;
}
.AnyTagClassName
{
color: #E933DB;
}
</style>
background-color css
<style>
a { background-color: #E933DB; }
a { background-color: rgb(233,51,219); }
div.DivClassName
{
background-color: #E933DB;
}
.BgClassName
{
background-color: #E933DB;
}
</style>
border-color css
<style>
span { border-color: #E933DB; }
span { border-color: rgb(233,51,219); }
td.TdClassName
{
border-color: #E933DB;
}
.TagClassName
{
border-color: #E933DB;
}
</style>