Shades of Razzle Dazzle Rose #E424D8
Tints of Razzle Dazzle Rose #E424D8
RGB
CMYK
RGB Variations
Color information
#E424D8 (or 0xE424D8) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and D8. RGB value is (228,36,216). Sum of RGB (Red+Green+Blue) = 228+36+216=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E424D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424D8 is #1BDB27. Grayscale: #717171. Windows color (decimal): -1825576 or 14165220. OLE color: 14165220.
HSL color Cylindrical-coordinate representation of color #E424D8: hue angle of 303.75º 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 #E424D8 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 216 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.11 |
| HSL | 303.75º | 0.78% | 0.52% | - |
| HSV(B) | 303.75º | 0.84% | 0.89% | - |
| XYZ | 45.02 | 22.71 | 66.98 | - |
| YUV | 113.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 216 | 0 | 0.84 | 0.05 | 0.11 | 303.75 | 0.78 | 0.52 |
| Hex | E4 | 24 | D8 | 0 | 54 | 5 | B | 130 | 4E | 34 |
| Octal | 344 | 44 | 330 | 0 | 124 | 5 | 13 | 460 | 116 | 64 |
| Binary | 11100100 | 100100 | 11011000 | 0 | 1010100 | 101 | 1011 | 100110000 | 1001110 | 110100 |
Color Harmonies of #E424D8
Complementary color
Monochromatic Colors of #E424D8
Black with #E424D8
Text Example
Text Example
White with #E424D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424D8; }
p { color: rgb(228,36,216); }
H1.HeaderClassName
{
color: #E424D8;
}
.AnyTagClassName
{
color: #E424D8;
}
</style>
background-color css
<style>
a { background-color: #E424D8; }
a { background-color: rgb(228,36,216); }
div.DivClassName
{
background-color: #E424D8;
}
.BgClassName
{
background-color: #E424D8;
}
</style>
border-color css
<style>
span { border-color: #E424D8; }
span { border-color: rgb(228,36,216); }
td.TdClassName
{
border-color: #E424D8;
}
.TagClassName
{
border-color: #E424D8;
}
</style>