Shades of Razzle Dazzle Rose #E81DDD
Tints of Razzle Dazzle Rose #E81DDD
RGB
CMYK
RGB Variations
Color information
#E81DDD (or 0xE81DDD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 1D and DD. RGB value is (232,29,221). Sum of RGB (Red+Green+Blue) = 232+29+221=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81DDD is #17E222. Grayscale: #6F6F6F. Windows color (decimal): -1565219 or 14491112. OLE color: 14491112.
HSL color Cylindrical-coordinate representation of color #E81DDD: hue angle of 303.25º 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 #E81DDD is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.09 |
| HSL | 303.25º | 0.82% | 0.51% | - |
| HSV(B) | 303.25º | 0.88% | 0.91% | - |
| XYZ | 46.77 | 23.25 | 70.43 | - |
| YUV | 111.59 | 189.75 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 221 | 0 | 0.88 | 0.05 | 0.09 | 303.25 | 0.82 | 0.51 |
| Hex | E8 | 1D | DD | 0 | 58 | 5 | 9 | 12F | 52 | 33 |
| Octal | 350 | 35 | 335 | 0 | 130 | 5 | 11 | 457 | 122 | 63 |
| Binary | 11101000 | 11101 | 11011101 | 0 | 1011000 | 101 | 1001 | 100101111 | 1010010 | 110011 |
Color Harmonies of #E81DDD
Complementary color
Monochromatic Colors of #E81DDD
Black with #E81DDD
Text Example
Text Example
White with #E81DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DDD; }
p { color: rgb(232,29,221); }
H1.HeaderClassName
{
color: #E81DDD;
}
.AnyTagClassName
{
color: #E81DDD;
}
</style>
background-color css
<style>
a { background-color: #E81DDD; }
a { background-color: rgb(232,29,221); }
div.DivClassName
{
background-color: #E81DDD;
}
.BgClassName
{
background-color: #E81DDD;
}
</style>
border-color css
<style>
span { border-color: #E81DDD; }
span { border-color: rgb(232,29,221); }
td.TdClassName
{
border-color: #E81DDD;
}
.TagClassName
{
border-color: #E81DDD;
}
</style>