Shades of Razzle Dazzle Rose #E224CE
Tints of Razzle Dazzle Rose #E224CE
RGB
CMYK
RGB Variations
Color information
#E224CE (or 0xE224CE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 24 and CE. RGB value is (226,36,206). Sum of RGB (Red+Green+Blue) = 226+36+206=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E224CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E224CE is #1DDB31. Grayscale: #6F6F6F. Windows color (decimal): -1956658 or 13509858. OLE color: 13509858.
HSL color Cylindrical-coordinate representation of color #E224CE: hue angle of 306.32º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E224CE is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 206 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.11 |
| HSL | 306.32º | 0.77% | 0.51% | - |
| HSV(B) | 306.32º | 0.84% | 0.89% | - |
| XYZ | 43.14 | 21.89 | 60.34 | - |
| YUV | 112.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 206 | 0 | 0.84 | 0.09 | 0.11 | 306.32 | 0.77 | 0.51 |
| Hex | E2 | 24 | CE | 0 | 54 | 9 | B | 132 | 4D | 33 |
| Octal | 342 | 44 | 316 | 0 | 124 | 11 | 13 | 462 | 115 | 63 |
| Binary | 11100010 | 100100 | 11001110 | 0 | 1010100 | 1001 | 1011 | 100110010 | 1001101 | 110011 |
Color Harmonies of #E224CE
Complementary color
Monochromatic Colors of #E224CE
Black with #E224CE
Text Example
Text Example
White with #E224CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224CE; }
p { color: rgb(226,36,206); }
H1.HeaderClassName
{
color: #E224CE;
}
.AnyTagClassName
{
color: #E224CE;
}
</style>
background-color css
<style>
a { background-color: #E224CE; }
a { background-color: rgb(226,36,206); }
div.DivClassName
{
background-color: #E224CE;
}
.BgClassName
{
background-color: #E224CE;
}
</style>
border-color css
<style>
span { border-color: #E224CE; }
span { border-color: rgb(226,36,206); }
td.TdClassName
{
border-color: #E224CE;
}
.TagClassName
{
border-color: #E224CE;
}
</style>