Shades of Razzle Dazzle Rose #E22CC9
Tints of Razzle Dazzle Rose #E22CC9
RGB
CMYK
RGB Variations
Color information
#E22CC9 (or 0xE22CC9) is known color: Razzle Dazzle Rose. HEX triplet: E2, 2C and C9. RGB value is (226,44,201). Sum of RGB (Red+Green+Blue) = 226+44+201=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E22CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E22CC9 is #1DD336. Grayscale: #737373. Windows color (decimal): -1954615 or 13184226. OLE color: 13184226.
HSL color Cylindrical-coordinate representation of color #E22CC9: hue angle of 308.24º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22CC9 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 201 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.11 |
| HSL | 308.24º | 0.76% | 0.53% | - |
| HSV(B) | 308.24º | 0.81% | 0.89% | - |
| XYZ | 42.81 | 22.19 | 57.28 | - |
| YUV | 116.32 | 175.8 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 201 | 0 | 0.81 | 0.11 | 0.11 | 308.24 | 0.76 | 0.53 |
| Hex | E2 | 2C | C9 | 0 | 51 | B | B | 134 | 4C | 35 |
| Octal | 342 | 54 | 311 | 0 | 121 | 13 | 13 | 464 | 114 | 65 |
| Binary | 11100010 | 101100 | 11001001 | 0 | 1010001 | 1011 | 1011 | 100110100 | 1001100 | 110101 |
Color Harmonies of #E22CC9
Complementary color
Monochromatic Colors of #E22CC9
Black with #E22CC9
Text Example
Text Example
White with #E22CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CC9; }
p { color: rgb(226,44,201); }
H1.HeaderClassName
{
color: #E22CC9;
}
.AnyTagClassName
{
color: #E22CC9;
}
</style>
background-color css
<style>
a { background-color: #E22CC9; }
a { background-color: rgb(226,44,201); }
div.DivClassName
{
background-color: #E22CC9;
}
.BgClassName
{
background-color: #E22CC9;
}
</style>
border-color css
<style>
span { border-color: #E22CC9; }
span { border-color: rgb(226,44,201); }
td.TdClassName
{
border-color: #E22CC9;
}
.TagClassName
{
border-color: #E22CC9;
}
</style>