Shades of Razzle Dazzle Rose #E827DD
Tints of Razzle Dazzle Rose #E827DD
RGB
CMYK
RGB Variations
Color information
#E827DD (or 0xE827DD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 27 and DD. RGB value is (232,39,221). Sum of RGB (Red+Green+Blue) = 232+39+221=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E827DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E827DD is #17D822. Grayscale: #747474. Windows color (decimal): -1562659 or 14493672. OLE color: 14493672.
HSL color Cylindrical-coordinate representation of color #E827DD: hue angle of 303.42º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E827DD is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 221 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.09 |
| HSL | 303.42º | 0.81% | 0.53% | - |
| HSV(B) | 303.42º | 0.83% | 0.91% | - |
| XYZ | 47.06 | 23.83 | 70.53 | - |
| YUV | 117.46 | 186.44 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 221 | 0 | 0.83 | 0.05 | 0.09 | 303.42 | 0.81 | 0.53 |
| Hex | E8 | 27 | DD | 0 | 53 | 5 | 9 | 12F | 51 | 35 |
| Octal | 350 | 47 | 335 | 0 | 123 | 5 | 11 | 457 | 121 | 65 |
| Binary | 11101000 | 100111 | 11011101 | 0 | 1010011 | 101 | 1001 | 100101111 | 1010001 | 110101 |
Color Harmonies of #E827DD
Complementary color
Monochromatic Colors of #E827DD
Black with #E827DD
Text Example
Text Example
White with #E827DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827DD; }
p { color: rgb(232,39,221); }
H1.HeaderClassName
{
color: #E827DD;
}
.AnyTagClassName
{
color: #E827DD;
}
</style>
background-color css
<style>
a { background-color: #E827DD; }
a { background-color: rgb(232,39,221); }
div.DivClassName
{
background-color: #E827DD;
}
.BgClassName
{
background-color: #E827DD;
}
</style>
border-color css
<style>
span { border-color: #E827DD; }
span { border-color: rgb(232,39,221); }
td.TdClassName
{
border-color: #E827DD;
}
.TagClassName
{
border-color: #E827DD;
}
</style>