Shades of Razzle Dazzle Rose #E22EC9
Tints of Razzle Dazzle Rose #E22EC9
RGB
CMYK
RGB Variations
Color information
#E22EC9 (or 0xE22EC9) is known color: Razzle Dazzle Rose. HEX triplet: E2, 2E and C9. RGB value is (226,46,201). Sum of RGB (Red+Green+Blue) = 226+46+201=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E22EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E22EC9 is #1DD136. Grayscale: #757575. Windows color (decimal): -1954103 or 13184738. OLE color: 13184738.
HSL color Cylindrical-coordinate representation of color #E22EC9: hue angle of 308.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22EC9 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 46 | 201 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.11 |
| HSL | 308.33º | 0.76% | 0.53% | - |
| HSV(B) | 308.33º | 0.8% | 0.89% | - |
| XYZ | 42.88 | 22.34 | 57.31 | - |
| YUV | 117.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 46 | 201 | 0 | 0.80 | 0.11 | 0.11 | 308.33 | 0.76 | 0.53 |
| Hex | E2 | 2E | C9 | 0 | 50 | B | B | 134 | 4C | 35 |
| Octal | 342 | 56 | 311 | 0 | 120 | 13 | 13 | 464 | 114 | 65 |
| Binary | 11100010 | 101110 | 11001001 | 0 | 1010000 | 1011 | 1011 | 100110100 | 1001100 | 110101 |
Color Harmonies of #E22EC9
Complementary color
Monochromatic Colors of #E22EC9
Black with #E22EC9
Text Example
Text Example
White with #E22EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22EC9; }
p { color: rgb(226,46,201); }
H1.HeaderClassName
{
color: #E22EC9;
}
.AnyTagClassName
{
color: #E22EC9;
}
</style>
background-color css
<style>
a { background-color: #E22EC9; }
a { background-color: rgb(226,46,201); }
div.DivClassName
{
background-color: #E22EC9;
}
.BgClassName
{
background-color: #E22EC9;
}
</style>
border-color css
<style>
span { border-color: #E22EC9; }
span { border-color: rgb(226,46,201); }
td.TdClassName
{
border-color: #E22EC9;
}
.TagClassName
{
border-color: #E22EC9;
}
</style>