Shades of Razzle Dazzle Rose #E824DC
Tints of Razzle Dazzle Rose #E824DC
RGB
CMYK
RGB Variations
Color information
#E824DC (or 0xE824DC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 24 and DC. RGB value is (232,36,220). Sum of RGB (Red+Green+Blue) = 232+36+220=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 36 (14.45% from 255 or 7.38% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E824DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E824DC is #17DB23. Grayscale: #737373. Windows color (decimal): -1563428 or 14427368. OLE color: 14427368.
HSL color Cylindrical-coordinate representation of color #E824DC: hue angle of 303.67º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E824DC is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 220 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.09 |
| HSL | 303.67º | 0.81% | 0.53% | - |
| HSV(B) | 303.67º | 0.84% | 0.91% | - |
| XYZ | 46.83 | 23.58 | 69.79 | - |
| YUV | 115.58 | 186.93 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 220 | 0 | 0.84 | 0.05 | 0.09 | 303.67 | 0.81 | 0.53 |
| Hex | E8 | 24 | DC | 0 | 54 | 5 | 9 | 130 | 51 | 35 |
| Octal | 350 | 44 | 334 | 0 | 124 | 5 | 11 | 460 | 121 | 65 |
| Binary | 11101000 | 100100 | 11011100 | 0 | 1010100 | 101 | 1001 | 100110000 | 1010001 | 110101 |
Color Harmonies of #E824DC
Complementary color
Monochromatic Colors of #E824DC
Black with #E824DC
Text Example
Text Example
White with #E824DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E824DC; }
p { color: rgb(232,36,220); }
H1.HeaderClassName
{
color: #E824DC;
}
.AnyTagClassName
{
color: #E824DC;
}
</style>
background-color css
<style>
a { background-color: #E824DC; }
a { background-color: rgb(232,36,220); }
div.DivClassName
{
background-color: #E824DC;
}
.BgClassName
{
background-color: #E824DC;
}
</style>
border-color css
<style>
span { border-color: #E824DC; }
span { border-color: rgb(232,36,220); }
td.TdClassName
{
border-color: #E824DC;
}
.TagClassName
{
border-color: #E824DC;
}
</style>