Shades of Razzle Dazzle Rose #E93BDB
Tints of Razzle Dazzle Rose #E93BDB
RGB
CMYK
RGB Variations
Color information
#E93BDB (or 0xE93BDB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3B and DB. RGB value is (233,59,219). Sum of RGB (Red+Green+Blue) = 233+59+219=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93BDB is #16C424. Grayscale: #808080. Windows color (decimal): -1492005 or 14367721. OLE color: 14367721.
HSL color Cylindrical-coordinate representation of color #E93BDB: hue angle of 304.83º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93BDB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 219 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.09 |
| HSL | 304.83º | 0.8% | 0.57% | - |
| HSV(B) | 304.83º | 0.75% | 0.91% | - |
| XYZ | 47.95 | 25.57 | 69.43 | - |
| YUV | 129.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 219 | 0 | 0.75 | 0.06 | 0.09 | 304.83 | 0.8 | 0.57 |
| Hex | E9 | 3B | DB | 0 | 4B | 6 | 9 | 131 | 50 | 39 |
| Octal | 351 | 73 | 333 | 0 | 113 | 6 | 11 | 461 | 120 | 71 |
| Binary | 11101001 | 111011 | 11011011 | 0 | 1001011 | 110 | 1001 | 100110001 | 1010000 | 111001 |
Color Harmonies of #E93BDB
Complementary color
Monochromatic Colors of #E93BDB
Black with #E93BDB
Text Example
Text Example
White with #E93BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BDB; }
p { color: rgb(233,59,219); }
H1.HeaderClassName
{
color: #E93BDB;
}
.AnyTagClassName
{
color: #E93BDB;
}
</style>
background-color css
<style>
a { background-color: #E93BDB; }
a { background-color: rgb(233,59,219); }
div.DivClassName
{
background-color: #E93BDB;
}
.BgClassName
{
background-color: #E93BDB;
}
</style>
border-color css
<style>
span { border-color: #E93BDB; }
span { border-color: rgb(233,59,219); }
td.TdClassName
{
border-color: #E93BDB;
}
.TagClassName
{
border-color: #E93BDB;
}
</style>