Shades of Razzle Dazzle Rose #E122DB
Tints of Razzle Dazzle Rose #E122DB
RGB
CMYK
RGB Variations
Color information
#E122DB (or 0xE122DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 22 and DB. RGB value is (225,34,219). Sum of RGB (Red+Green+Blue) = 225+34+219=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E122DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122DB is #1EDD24. Grayscale: #6F6F6F. Windows color (decimal): -2022693 or 14361313. OLE color: 14361313.
HSL color Cylindrical-coordinate representation of color #E122DB: hue angle of 301.88º 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 #E122DB is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 219 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.12 |
| HSL | 301.88º | 0.76% | 0.51% | - |
| HSV(B) | 301.88º | 0.85% | 0.88% | - |
| XYZ | 44.41 | 22.27 | 68.97 | - |
| YUV | 112.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 219 | 0 | 0.85 | 0.03 | 0.12 | 301.88 | 0.76 | 0.51 |
| Hex | E1 | 22 | DB | 0 | 55 | 3 | C | 12E | 4C | 33 |
| Octal | 341 | 42 | 333 | 0 | 125 | 3 | 14 | 456 | 114 | 63 |
| Binary | 11100001 | 100010 | 11011011 | 0 | 1010101 | 11 | 1100 | 100101110 | 1001100 | 110011 |
Color Harmonies of #E122DB
Complementary color
Monochromatic Colors of #E122DB
Black with #E122DB
Text Example
Text Example
White with #E122DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122DB; }
p { color: rgb(225,34,219); }
H1.HeaderClassName
{
color: #E122DB;
}
.AnyTagClassName
{
color: #E122DB;
}
</style>
background-color css
<style>
a { background-color: #E122DB; }
a { background-color: rgb(225,34,219); }
div.DivClassName
{
background-color: #E122DB;
}
.BgClassName
{
background-color: #E122DB;
}
</style>
border-color css
<style>
span { border-color: #E122DB; }
span { border-color: rgb(225,34,219); }
td.TdClassName
{
border-color: #E122DB;
}
.TagClassName
{
border-color: #E122DB;
}
</style>