Shades of Razzle Dazzle Rose #E122CC
Tints of Razzle Dazzle Rose #E122CC
RGB
CMYK
RGB Variations
Color information
#E122CC (or 0xE122CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 22 and CC. RGB value is (225,34,204). Sum of RGB (Red+Green+Blue) = 225+34+204=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E122CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122CC is #1EDD33. Grayscale: #6E6E6E. Windows color (decimal): -2022708 or 13378273. OLE color: 13378273.
HSL color Cylindrical-coordinate representation of color #E122CC: hue angle of 306.6º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122CC is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 204 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.12 |
| HSL | 306.6º | 0.76% | 0.51% | - |
| HSV(B) | 306.6º | 0.85% | 0.88% | - |
| XYZ | 42.52 | 21.51 | 59.04 | - |
| YUV | 110.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 204 | 0 | 0.85 | 0.09 | 0.12 | 306.6 | 0.76 | 0.51 |
| Hex | E1 | 22 | CC | 0 | 55 | 9 | C | 133 | 4C | 33 |
| Octal | 341 | 42 | 314 | 0 | 125 | 11 | 14 | 463 | 114 | 63 |
| Binary | 11100001 | 100010 | 11001100 | 0 | 1010101 | 1001 | 1100 | 100110011 | 1001100 | 110011 |
Color Harmonies of #E122CC
Complementary color
Monochromatic Colors of #E122CC
Black with #E122CC
Text Example
Text Example
White with #E122CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122CC; }
p { color: rgb(225,34,204); }
H1.HeaderClassName
{
color: #E122CC;
}
.AnyTagClassName
{
color: #E122CC;
}
</style>
background-color css
<style>
a { background-color: #E122CC; }
a { background-color: rgb(225,34,204); }
div.DivClassName
{
background-color: #E122CC;
}
.BgClassName
{
background-color: #E122CC;
}
</style>
border-color css
<style>
span { border-color: #E122CC; }
span { border-color: rgb(225,34,204); }
td.TdClassName
{
border-color: #E122CC;
}
.TagClassName
{
border-color: #E122CC;
}
</style>