Shades of Razzle Dazzle Rose #E424DD
Tints of Razzle Dazzle Rose #E424DD
RGB
CMYK
RGB Variations
Color information
#E424DD (or 0xE424DD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and DD. RGB value is (228,36,221). Sum of RGB (Red+Green+Blue) = 228+36+221=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E424DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424DD is #1BDB22. Grayscale: #717171. Windows color (decimal): -1825571 or 14492900. OLE color: 14492900.
HSL color Cylindrical-coordinate representation of color #E424DD: hue angle of 302.19º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424DD is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 221 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.11 |
| HSL | 302.19º | 0.78% | 0.52% | - |
| HSV(B) | 302.19º | 0.84% | 0.89% | - |
| XYZ | 45.68 | 22.98 | 70.43 | - |
| YUV | 114.5 | 188.11 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 221 | 0 | 0.84 | 0.03 | 0.11 | 302.19 | 0.78 | 0.52 |
| Hex | E4 | 24 | DD | 0 | 54 | 3 | B | 12E | 4E | 34 |
| Octal | 344 | 44 | 335 | 0 | 124 | 3 | 13 | 456 | 116 | 64 |
| Binary | 11100100 | 100100 | 11011101 | 0 | 1010100 | 11 | 1011 | 100101110 | 1001110 | 110100 |
Color Harmonies of #E424DD
Complementary color
Monochromatic Colors of #E424DD
Black with #E424DD
Text Example
Text Example
White with #E424DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424DD; }
p { color: rgb(228,36,221); }
H1.HeaderClassName
{
color: #E424DD;
}
.AnyTagClassName
{
color: #E424DD;
}
</style>
background-color css
<style>
a { background-color: #E424DD; }
a { background-color: rgb(228,36,221); }
div.DivClassName
{
background-color: #E424DD;
}
.BgClassName
{
background-color: #E424DD;
}
</style>
border-color css
<style>
span { border-color: #E424DD; }
span { border-color: rgb(228,36,221); }
td.TdClassName
{
border-color: #E424DD;
}
.TagClassName
{
border-color: #E424DD;
}
</style>