Shades of Razzle Dazzle Rose #E81DD9
Tints of Razzle Dazzle Rose #E81DD9
RGB
CMYK
RGB Variations
Color information
#E81DD9 (or 0xE81DD9) is known color: Razzle Dazzle Rose. HEX triplet: E8, 1D and D9. RGB value is (232,29,217). Sum of RGB (Red+Green+Blue) = 232+29+217=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81DD9 is #17E226. Grayscale: #6E6E6E. Windows color (decimal): -1565223 or 14228968. OLE color: 14228968.
HSL color Cylindrical-coordinate representation of color #E81DD9: hue angle of 304.43º 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 #E81DD9 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 217 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.09 |
| HSL | 304.43º | 0.82% | 0.51% | - |
| HSV(B) | 304.43º | 0.88% | 0.91% | - |
| XYZ | 46.24 | 23.04 | 67.66 | - |
| YUV | 111.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 217 | 0 | 0.88 | 0.06 | 0.09 | 304.43 | 0.82 | 0.51 |
| Hex | E8 | 1D | D9 | 0 | 58 | 6 | 9 | 130 | 52 | 33 |
| Octal | 350 | 35 | 331 | 0 | 130 | 6 | 11 | 460 | 122 | 63 |
| Binary | 11101000 | 11101 | 11011001 | 0 | 1011000 | 110 | 1001 | 100110000 | 1010010 | 110011 |
Color Harmonies of #E81DD9
Complementary color
Monochromatic Colors of #E81DD9
Black with #E81DD9
Text Example
Text Example
White with #E81DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DD9; }
p { color: rgb(232,29,217); }
H1.HeaderClassName
{
color: #E81DD9;
}
.AnyTagClassName
{
color: #E81DD9;
}
</style>
background-color css
<style>
a { background-color: #E81DD9; }
a { background-color: rgb(232,29,217); }
div.DivClassName
{
background-color: #E81DD9;
}
.BgClassName
{
background-color: #E81DD9;
}
</style>
border-color css
<style>
span { border-color: #E81DD9; }
span { border-color: rgb(232,29,217); }
td.TdClassName
{
border-color: #E81DD9;
}
.TagClassName
{
border-color: #E81DD9;
}
</style>