Shades of Razzle Dazzle Rose #E81DD8
Tints of Razzle Dazzle Rose #E81DD8
RGB
CMYK
RGB Variations
Color information
#E81DD8 (or 0xE81DD8) is known color: Razzle Dazzle Rose. HEX triplet: E8, 1D and D8. RGB value is (232,29,216). Sum of RGB (Red+Green+Blue) = 232+29+216=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81DD8 is #17E227. Grayscale: #6E6E6E. Windows color (decimal): -1565224 or 14163432. OLE color: 14163432.
HSL color Cylindrical-coordinate representation of color #E81DD8: hue angle of 304.73º 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 #E81DD8 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 216 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.09 |
| HSL | 304.73º | 0.82% | 0.51% | - |
| HSV(B) | 304.73º | 0.88% | 0.91% | - |
| XYZ | 46.11 | 22.99 | 66.97 | - |
| YUV | 111.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 216 | 0 | 0.88 | 0.07 | 0.09 | 304.73 | 0.82 | 0.51 |
| Hex | E8 | 1D | D8 | 0 | 58 | 7 | 9 | 131 | 52 | 33 |
| Octal | 350 | 35 | 330 | 0 | 130 | 7 | 11 | 461 | 122 | 63 |
| Binary | 11101000 | 11101 | 11011000 | 0 | 1011000 | 111 | 1001 | 100110001 | 1010010 | 110011 |
Color Harmonies of #E81DD8
Complementary color
Monochromatic Colors of #E81DD8
Black with #E81DD8
Text Example
Text Example
White with #E81DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DD8; }
p { color: rgb(232,29,216); }
H1.HeaderClassName
{
color: #E81DD8;
}
.AnyTagClassName
{
color: #E81DD8;
}
</style>
background-color css
<style>
a { background-color: #E81DD8; }
a { background-color: rgb(232,29,216); }
div.DivClassName
{
background-color: #E81DD8;
}
.BgClassName
{
background-color: #E81DD8;
}
</style>
border-color css
<style>
span { border-color: #E81DD8; }
span { border-color: rgb(232,29,216); }
td.TdClassName
{
border-color: #E81DD8;
}
.TagClassName
{
border-color: #E81DD8;
}
</style>