Shades of Razzle Dazzle Rose #E122DC
Tints of Razzle Dazzle Rose #E122DC
RGB
CMYK
RGB Variations
Color information
#E122DC (or 0xE122DC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 22 and DC. RGB value is (225,34,220). Sum of RGB (Red+Green+Blue) = 225+34+220=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E122DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122DC is #1EDD23. Grayscale: #6F6F6F. Windows color (decimal): -2022692 or 14426849. OLE color: 14426849.
HSL color Cylindrical-coordinate representation of color #E122DC: hue angle of 301.57º 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 #E122DC is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 220 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.12 |
| HSL | 301.57º | 0.76% | 0.51% | - |
| HSV(B) | 301.57º | 0.85% | 0.88% | - |
| XYZ | 44.54 | 22.32 | 69.67 | - |
| YUV | 112.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 220 | 0 | 0.85 | 0.02 | 0.12 | 301.57 | 0.76 | 0.51 |
| Hex | E1 | 22 | DC | 0 | 55 | 2 | C | 12E | 4C | 33 |
| Octal | 341 | 42 | 334 | 0 | 125 | 2 | 14 | 456 | 114 | 63 |
| Binary | 11100001 | 100010 | 11011100 | 0 | 1010101 | 10 | 1100 | 100101110 | 1001100 | 110011 |
Color Harmonies of #E122DC
Complementary color
Monochromatic Colors of #E122DC
Black with #E122DC
Text Example
Text Example
White with #E122DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122DC; }
p { color: rgb(225,34,220); }
H1.HeaderClassName
{
color: #E122DC;
}
.AnyTagClassName
{
color: #E122DC;
}
</style>
background-color css
<style>
a { background-color: #E122DC; }
a { background-color: rgb(225,34,220); }
div.DivClassName
{
background-color: #E122DC;
}
.BgClassName
{
background-color: #E122DC;
}
</style>
border-color css
<style>
span { border-color: #E122DC; }
span { border-color: rgb(225,34,220); }
td.TdClassName
{
border-color: #E122DC;
}
.TagClassName
{
border-color: #E122DC;
}
</style>