Shades of Razzle Dazzle Rose #E91ED4
Tints of Razzle Dazzle Rose #E91ED4
RGB
CMYK
RGB Variations
Color information
#E91ED4 (or 0xE91ED4) is known color: Razzle Dazzle Rose. HEX triplet: E9, 1E and D4. RGB value is (233,30,212). Sum of RGB (Red+Green+Blue) = 233+30+212=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E91ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91ED4 is #16E12B. Grayscale: #6E6E6E. Windows color (decimal): -1499436 or 13901545. OLE color: 13901545.
HSL color Cylindrical-coordinate representation of color #E91ED4: hue angle of 306.21º 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 #E91ED4 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 212 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.09 |
| HSL | 306.21º | 0.82% | 0.52% | - |
| HSV(B) | 306.21º | 0.87% | 0.91% | - |
| XYZ | 45.95 | 23.01 | 64.31 | - |
| YUV | 111.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 212 | 0 | 0.87 | 0.09 | 0.09 | 306.21 | 0.82 | 0.52 |
| Hex | E9 | 1E | D4 | 0 | 57 | 9 | 9 | 132 | 52 | 34 |
| Octal | 351 | 36 | 324 | 0 | 127 | 11 | 11 | 462 | 122 | 64 |
| Binary | 11101001 | 11110 | 11010100 | 0 | 1010111 | 1001 | 1001 | 100110010 | 1010010 | 110100 |
Color Harmonies of #E91ED4
Complementary color
Monochromatic Colors of #E91ED4
Black with #E91ED4
Text Example
Text Example
White with #E91ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91ED4; }
p { color: rgb(233,30,212); }
H1.HeaderClassName
{
color: #E91ED4;
}
.AnyTagClassName
{
color: #E91ED4;
}
</style>
background-color css
<style>
a { background-color: #E91ED4; }
a { background-color: rgb(233,30,212); }
div.DivClassName
{
background-color: #E91ED4;
}
.BgClassName
{
background-color: #E91ED4;
}
</style>
border-color css
<style>
span { border-color: #E91ED4; }
span { border-color: rgb(233,30,212); }
td.TdClassName
{
border-color: #E91ED4;
}
.TagClassName
{
border-color: #E91ED4;
}
</style>