Shades of Razzle Dazzle Rose #E91CDA
Tints of Razzle Dazzle Rose #E91CDA
RGB
CMYK
RGB Variations
Color information
#E91CDA (or 0xE91CDA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 1C and DA. RGB value is (233,28,218). Sum of RGB (Red+Green+Blue) = 233+28+218=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E91CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91CDA is #16E325. Grayscale: #6E6E6E. Windows color (decimal): -1499942 or 14294249. OLE color: 14294249.
HSL color Cylindrical-coordinate representation of color #E91CDA: hue angle of 304.39º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91CDA is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.09 |
| HSL | 304.39º | 0.82% | 0.51% | - |
| HSV(B) | 304.39º | 0.88% | 0.91% | - |
| XYZ | 46.67 | 23.22 | 68.35 | - |
| YUV | 110.96 | 188.42 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 218 | 0 | 0.88 | 0.06 | 0.09 | 304.39 | 0.82 | 0.51 |
| Hex | E9 | 1C | DA | 0 | 58 | 6 | 9 | 130 | 52 | 33 |
| Octal | 351 | 34 | 332 | 0 | 130 | 6 | 11 | 460 | 122 | 63 |
| Binary | 11101001 | 11100 | 11011010 | 0 | 1011000 | 110 | 1001 | 100110000 | 1010010 | 110011 |
Color Harmonies of #E91CDA
Complementary color
Monochromatic Colors of #E91CDA
Black with #E91CDA
Text Example
Text Example
White with #E91CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CDA; }
p { color: rgb(233,28,218); }
H1.HeaderClassName
{
color: #E91CDA;
}
.AnyTagClassName
{
color: #E91CDA;
}
</style>
background-color css
<style>
a { background-color: #E91CDA; }
a { background-color: rgb(233,28,218); }
div.DivClassName
{
background-color: #E91CDA;
}
.BgClassName
{
background-color: #E91CDA;
}
</style>
border-color css
<style>
span { border-color: #E91CDA; }
span { border-color: rgb(233,28,218); }
td.TdClassName
{
border-color: #E91CDA;
}
.TagClassName
{
border-color: #E91CDA;
}
</style>