Shades of Razzle Dazzle Rose #E22CCC
Tints of Razzle Dazzle Rose #E22CCC
RGB
CMYK
RGB Variations
Color information
#E22CCC (or 0xE22CCC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 2C and CC. RGB value is (226,44,204). Sum of RGB (Red+Green+Blue) = 226+44+204=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E22CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E22CCC is #1DD333. Grayscale: #747474. Windows color (decimal): -1954612 or 13380834. OLE color: 13380834.
HSL color Cylindrical-coordinate representation of color #E22CCC: hue angle of 307.25º 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 #E22CCC is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 204 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.11 |
| HSL | 307.25º | 0.76% | 0.53% | - |
| HSV(B) | 307.25º | 0.81% | 0.89% | - |
| XYZ | 43.16 | 22.33 | 59.16 | - |
| YUV | 116.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 204 | 0 | 0.81 | 0.10 | 0.11 | 307.25 | 0.76 | 0.53 |
| Hex | E2 | 2C | CC | 0 | 51 | A | B | 133 | 4C | 35 |
| Octal | 342 | 54 | 314 | 0 | 121 | 12 | 13 | 463 | 114 | 65 |
| Binary | 11100010 | 101100 | 11001100 | 0 | 1010001 | 1010 | 1011 | 100110011 | 1001100 | 110101 |
Color Harmonies of #E22CCC
Complementary color
Monochromatic Colors of #E22CCC
Black with #E22CCC
Text Example
Text Example
White with #E22CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CCC; }
p { color: rgb(226,44,204); }
H1.HeaderClassName
{
color: #E22CCC;
}
.AnyTagClassName
{
color: #E22CCC;
}
</style>
background-color css
<style>
a { background-color: #E22CCC; }
a { background-color: rgb(226,44,204); }
div.DivClassName
{
background-color: #E22CCC;
}
.BgClassName
{
background-color: #E22CCC;
}
</style>
border-color css
<style>
span { border-color: #E22CCC; }
span { border-color: rgb(226,44,204); }
td.TdClassName
{
border-color: #E22CCC;
}
.TagClassName
{
border-color: #E22CCC;
}
</style>