Shades of Razzle Dazzle Rose #E91ED5
Tints of Razzle Dazzle Rose #E91ED5
RGB
CMYK
RGB Variations
Color information
#E91ED5 (or 0xE91ED5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 1E and D5. RGB value is (233,30,213). Sum of RGB (Red+Green+Blue) = 233+30+213=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E91ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91ED5 is #16E12A. Grayscale: #6F6F6F. Windows color (decimal): -1499435 or 13967081. OLE color: 13967081.
HSL color Cylindrical-coordinate representation of color #E91ED5: hue angle of 305.91º 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 #E91ED5 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 213 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.09 |
| HSL | 305.91º | 0.82% | 0.52% | - |
| HSV(B) | 305.91º | 0.87% | 0.91% | - |
| XYZ | 46.08 | 23.06 | 64.97 | - |
| YUV | 111.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 213 | 0 | 0.87 | 0.09 | 0.09 | 305.91 | 0.82 | 0.52 |
| Hex | E9 | 1E | D5 | 0 | 57 | 9 | 9 | 132 | 52 | 34 |
| Octal | 351 | 36 | 325 | 0 | 127 | 11 | 11 | 462 | 122 | 64 |
| Binary | 11101001 | 11110 | 11010101 | 0 | 1010111 | 1001 | 1001 | 100110010 | 1010010 | 110100 |
Color Harmonies of #E91ED5
Complementary color
Monochromatic Colors of #E91ED5
Black with #E91ED5
Text Example
Text Example
White with #E91ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91ED5; }
p { color: rgb(233,30,213); }
H1.HeaderClassName
{
color: #E91ED5;
}
.AnyTagClassName
{
color: #E91ED5;
}
</style>
background-color css
<style>
a { background-color: #E91ED5; }
a { background-color: rgb(233,30,213); }
div.DivClassName
{
background-color: #E91ED5;
}
.BgClassName
{
background-color: #E91ED5;
}
</style>
border-color css
<style>
span { border-color: #E91ED5; }
span { border-color: rgb(233,30,213); }
td.TdClassName
{
border-color: #E91ED5;
}
.TagClassName
{
border-color: #E91ED5;
}
</style>