Shades of Razzle Dazzle Rose #E91EDB
Tints of Razzle Dazzle Rose #E91EDB
RGB
CMYK
RGB Variations
Color information
#E91EDB (or 0xE91EDB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 1E and DB. RGB value is (233,30,219). Sum of RGB (Red+Green+Blue) = 233+30+219=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E91EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91EDB is #16E124. Grayscale: #6F6F6F. Windows color (decimal): -1499429 or 14360297. OLE color: 14360297.
HSL color Cylindrical-coordinate representation of color #E91EDB: hue angle of 304.14º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91EDB is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 219 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.09 |
| HSL | 304.14º | 0.82% | 0.52% | - |
| HSV(B) | 304.14º | 0.87% | 0.91% | - |
| XYZ | 46.85 | 23.37 | 69.06 | - |
| YUV | 112.24 | 188.25 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 219 | 0 | 0.87 | 0.06 | 0.09 | 304.14 | 0.82 | 0.52 |
| Hex | E9 | 1E | DB | 0 | 57 | 6 | 9 | 130 | 52 | 34 |
| Octal | 351 | 36 | 333 | 0 | 127 | 6 | 11 | 460 | 122 | 64 |
| Binary | 11101001 | 11110 | 11011011 | 0 | 1010111 | 110 | 1001 | 100110000 | 1010010 | 110100 |
Color Harmonies of #E91EDB
Complementary color
Monochromatic Colors of #E91EDB
Black with #E91EDB
Text Example
Text Example
White with #E91EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EDB; }
p { color: rgb(233,30,219); }
H1.HeaderClassName
{
color: #E91EDB;
}
.AnyTagClassName
{
color: #E91EDB;
}
</style>
background-color css
<style>
a { background-color: #E91EDB; }
a { background-color: rgb(233,30,219); }
div.DivClassName
{
background-color: #E91EDB;
}
.BgClassName
{
background-color: #E91EDB;
}
</style>
border-color css
<style>
span { border-color: #E91EDB; }
span { border-color: rgb(233,30,219); }
td.TdClassName
{
border-color: #E91EDB;
}
.TagClassName
{
border-color: #E91EDB;
}
</style>