Shades of Razzle Dazzle Rose #E91ED7
Tints of Razzle Dazzle Rose #E91ED7
RGB
CMYK
RGB Variations
Color information
#E91ED7 (or 0xE91ED7) is known color: Razzle Dazzle Rose. HEX triplet: E9, 1E and D7. RGB value is (233,30,215). Sum of RGB (Red+Green+Blue) = 233+30+215=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E91ED7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91ED7 is #16E128. Grayscale: #6F6F6F. Windows color (decimal): -1499433 or 14098153. OLE color: 14098153.
HSL color Cylindrical-coordinate representation of color #E91ED7: hue angle of 305.32º 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 #E91ED7 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 215 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.09 |
| HSL | 305.32º | 0.82% | 0.52% | - |
| HSV(B) | 305.32º | 0.87% | 0.91% | - |
| XYZ | 46.33 | 23.16 | 66.32 | - |
| YUV | 111.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 215 | 0 | 0.87 | 0.08 | 0.09 | 305.32 | 0.82 | 0.52 |
| Hex | E9 | 1E | D7 | 0 | 57 | 8 | 9 | 131 | 52 | 34 |
| Octal | 351 | 36 | 327 | 0 | 127 | 10 | 11 | 461 | 122 | 64 |
| Binary | 11101001 | 11110 | 11010111 | 0 | 1010111 | 1000 | 1001 | 100110001 | 1010010 | 110100 |
Color Harmonies of #E91ED7
Complementary color
Monochromatic Colors of #E91ED7
Black with #E91ED7
Text Example
Text Example
White with #E91ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91ED7; }
p { color: rgb(233,30,215); }
H1.HeaderClassName
{
color: #E91ED7;
}
.AnyTagClassName
{
color: #E91ED7;
}
</style>
background-color css
<style>
a { background-color: #E91ED7; }
a { background-color: rgb(233,30,215); }
div.DivClassName
{
background-color: #E91ED7;
}
.BgClassName
{
background-color: #E91ED7;
}
</style>
border-color css
<style>
span { border-color: #E91ED7; }
span { border-color: rgb(233,30,215); }
td.TdClassName
{
border-color: #E91ED7;
}
.TagClassName
{
border-color: #E91ED7;
}
</style>