Shades of Razzle Dazzle Rose #E821DD
Tints of Razzle Dazzle Rose #E821DD
RGB
CMYK
RGB Variations
Color information
#E821DD (or 0xE821DD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 21 and DD. RGB value is (232,33,221). Sum of RGB (Red+Green+Blue) = 232+33+221=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E821DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E821DD is #17DE22. Grayscale: #717171. Windows color (decimal): -1564195 or 14492136. OLE color: 14492136.
HSL color Cylindrical-coordinate representation of color #E821DD: hue angle of 303.32º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E821DD is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 221 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.09 |
| HSL | 303.32º | 0.81% | 0.52% | - |
| HSV(B) | 303.32º | 0.86% | 0.91% | - |
| XYZ | 46.87 | 23.46 | 70.47 | - |
| YUV | 113.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 221 | 0 | 0.86 | 0.05 | 0.09 | 303.32 | 0.81 | 0.52 |
| Hex | E8 | 21 | DD | 0 | 56 | 5 | 9 | 12F | 51 | 34 |
| Octal | 350 | 41 | 335 | 0 | 126 | 5 | 11 | 457 | 121 | 64 |
| Binary | 11101000 | 100001 | 11011101 | 0 | 1010110 | 101 | 1001 | 100101111 | 1010001 | 110100 |
Color Harmonies of #E821DD
Complementary color
Monochromatic Colors of #E821DD
Black with #E821DD
Text Example
Text Example
White with #E821DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E821DD; }
p { color: rgb(232,33,221); }
H1.HeaderClassName
{
color: #E821DD;
}
.AnyTagClassName
{
color: #E821DD;
}
</style>
background-color css
<style>
a { background-color: #E821DD; }
a { background-color: rgb(232,33,221); }
div.DivClassName
{
background-color: #E821DD;
}
.BgClassName
{
background-color: #E821DD;
}
</style>
border-color css
<style>
span { border-color: #E821DD; }
span { border-color: rgb(232,33,221); }
td.TdClassName
{
border-color: #E821DD;
}
.TagClassName
{
border-color: #E821DD;
}
</style>