Shades of Razzle Dazzle Rose #E424CE
Tints of Razzle Dazzle Rose #E424CE
RGB
CMYK
RGB Variations
Color information
#E424CE (or 0xE424CE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and CE. RGB value is (228,36,206). Sum of RGB (Red+Green+Blue) = 228+36+206=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E424CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424CE is #1BDB31. Grayscale: #707070. Windows color (decimal): -1825586 or 13509860. OLE color: 13509860.
HSL color Cylindrical-coordinate representation of color #E424CE: hue angle of 306.88º 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 #E424CE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 206 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.11 |
| HSL | 306.88º | 0.78% | 0.52% | - |
| HSV(B) | 306.88º | 0.84% | 0.89% | - |
| XYZ | 43.77 | 22.21 | 60.37 | - |
| YUV | 112.79 | 180.61 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 206 | 0 | 0.84 | 0.10 | 0.11 | 306.88 | 0.78 | 0.52 |
| Hex | E4 | 24 | CE | 0 | 54 | A | B | 133 | 4E | 34 |
| Octal | 344 | 44 | 316 | 0 | 124 | 12 | 13 | 463 | 116 | 64 |
| Binary | 11100100 | 100100 | 11001110 | 0 | 1010100 | 1010 | 1011 | 100110011 | 1001110 | 110100 |
Color Harmonies of #E424CE
Complementary color
Monochromatic Colors of #E424CE
Black with #E424CE
Text Example
Text Example
White with #E424CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424CE; }
p { color: rgb(228,36,206); }
H1.HeaderClassName
{
color: #E424CE;
}
.AnyTagClassName
{
color: #E424CE;
}
</style>
background-color css
<style>
a { background-color: #E424CE; }
a { background-color: rgb(228,36,206); }
div.DivClassName
{
background-color: #E424CE;
}
.BgClassName
{
background-color: #E424CE;
}
</style>
border-color css
<style>
span { border-color: #E424CE; }
span { border-color: rgb(228,36,206); }
td.TdClassName
{
border-color: #E424CE;
}
.TagClassName
{
border-color: #E424CE;
}
</style>