Shades of Razzle Dazzle Rose #E424C9
Tints of Razzle Dazzle Rose #E424C9
RGB
CMYK
RGB Variations
Color information
#E424C9 (or 0xE424C9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and C9. RGB value is (228,36,201). Sum of RGB (Red+Green+Blue) = 228+36+201=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E424C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424C9 is #1BDB36. Grayscale: #6F6F6F. Windows color (decimal): -1825591 or 13182180. OLE color: 13182180.
HSL color Cylindrical-coordinate representation of color #E424C9: hue angle of 308.44º 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 #E424C9 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 201 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.11 |
| HSL | 308.44º | 0.78% | 0.52% | - |
| HSV(B) | 308.44º | 0.84% | 0.89% | - |
| XYZ | 43.17 | 21.97 | 57.22 | - |
| YUV | 112.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 201 | 0 | 0.84 | 0.12 | 0.11 | 308.44 | 0.78 | 0.52 |
| Hex | E4 | 24 | C9 | 0 | 54 | C | B | 134 | 4E | 34 |
| Octal | 344 | 44 | 311 | 0 | 124 | 14 | 13 | 464 | 116 | 64 |
| Binary | 11100100 | 100100 | 11001001 | 0 | 1010100 | 1100 | 1011 | 100110100 | 1001110 | 110100 |
Color Harmonies of #E424C9
Complementary color
Monochromatic Colors of #E424C9
Black with #E424C9
Text Example
Text Example
White with #E424C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424C9; }
p { color: rgb(228,36,201); }
H1.HeaderClassName
{
color: #E424C9;
}
.AnyTagClassName
{
color: #E424C9;
}
</style>
background-color css
<style>
a { background-color: #E424C9; }
a { background-color: rgb(228,36,201); }
div.DivClassName
{
background-color: #E424C9;
}
.BgClassName
{
background-color: #E424C9;
}
</style>
border-color css
<style>
span { border-color: #E424C9; }
span { border-color: rgb(228,36,201); }
td.TdClassName
{
border-color: #E424C9;
}
.TagClassName
{
border-color: #E424C9;
}
</style>