Shades of Razzle Dazzle Rose #E122CE
Tints of Razzle Dazzle Rose #E122CE
RGB
CMYK
RGB Variations
Color information
#E122CE (or 0xE122CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 22 and CE. RGB value is (225,34,206). Sum of RGB (Red+Green+Blue) = 225+34+206=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E122CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122CE is #1EDD31. Grayscale: #6E6E6E. Windows color (decimal): -2022706 or 13509345. OLE color: 13509345.
HSL color Cylindrical-coordinate representation of color #E122CE: hue angle of 305.97º 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 #E122CE is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 206 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.12 |
| HSL | 305.97º | 0.76% | 0.51% | - |
| HSV(B) | 305.97º | 0.85% | 0.88% | - |
| XYZ | 42.76 | 21.61 | 60.31 | - |
| YUV | 110.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 206 | 0 | 0.85 | 0.08 | 0.12 | 305.97 | 0.76 | 0.51 |
| Hex | E1 | 22 | CE | 0 | 55 | 8 | C | 132 | 4C | 33 |
| Octal | 341 | 42 | 316 | 0 | 125 | 10 | 14 | 462 | 114 | 63 |
| Binary | 11100001 | 100010 | 11001110 | 0 | 1010101 | 1000 | 1100 | 100110010 | 1001100 | 110011 |
Color Harmonies of #E122CE
Complementary color
Monochromatic Colors of #E122CE
Black with #E122CE
Text Example
Text Example
White with #E122CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122CE; }
p { color: rgb(225,34,206); }
H1.HeaderClassName
{
color: #E122CE;
}
.AnyTagClassName
{
color: #E122CE;
}
</style>
background-color css
<style>
a { background-color: #E122CE; }
a { background-color: rgb(225,34,206); }
div.DivClassName
{
background-color: #E122CE;
}
.BgClassName
{
background-color: #E122CE;
}
</style>
border-color css
<style>
span { border-color: #E122CE; }
span { border-color: rgb(225,34,206); }
td.TdClassName
{
border-color: #E122CE;
}
.TagClassName
{
border-color: #E122CE;
}
</style>