Shades of Razzle Dazzle Rose #E91EE1
Tints of Razzle Dazzle Rose #E91EE1
RGB
CMYK
RGB Variations
Color information
#E91EE1 (or 0xE91EE1) is known color: Razzle Dazzle Rose. HEX triplet: E9, 1E and E1. RGB value is (233,30,225). Sum of RGB (Red+Green+Blue) = 233+30+225=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E91EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91EE1 is #16E11E. Grayscale: #707070. Windows color (decimal): -1499423 or 14753513. OLE color: 14753513.
HSL color Cylindrical-coordinate representation of color #E91EE1: hue angle of 302.36º 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 #E91EE1 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 225 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.09 |
| HSL | 302.36º | 0.82% | 0.52% | - |
| HSV(B) | 302.36º | 0.87% | 0.91% | - |
| XYZ | 47.66 | 23.69 | 73.29 | - |
| YUV | 112.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 225 | 0 | 0.87 | 0.03 | 0.09 | 302.36 | 0.82 | 0.52 |
| Hex | E9 | 1E | E1 | 0 | 57 | 3 | 9 | 12E | 52 | 34 |
| Octal | 351 | 36 | 341 | 0 | 127 | 3 | 11 | 456 | 122 | 64 |
| Binary | 11101001 | 11110 | 11100001 | 0 | 1010111 | 11 | 1001 | 100101110 | 1010010 | 110100 |
Color Harmonies of #E91EE1
Complementary color
Monochromatic Colors of #E91EE1
Black with #E91EE1
Text Example
Text Example
White with #E91EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EE1; }
p { color: rgb(233,30,225); }
H1.HeaderClassName
{
color: #E91EE1;
}
.AnyTagClassName
{
color: #E91EE1;
}
</style>
background-color css
<style>
a { background-color: #E91EE1; }
a { background-color: rgb(233,30,225); }
div.DivClassName
{
background-color: #E91EE1;
}
.BgClassName
{
background-color: #E91EE1;
}
</style>
border-color css
<style>
span { border-color: #E91EE1; }
span { border-color: rgb(233,30,225); }
td.TdClassName
{
border-color: #E91EE1;
}
.TagClassName
{
border-color: #E91EE1;
}
</style>