Shades of Razzle Dazzle Rose #E122D1
Tints of Razzle Dazzle Rose #E122D1
RGB
CMYK
RGB Variations
Color information
#E122D1 (or 0xE122D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 22 and D1. RGB value is (225,34,209). Sum of RGB (Red+Green+Blue) = 225+34+209=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E122D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122D1 is #1EDD2E. Grayscale: #6E6E6E. Windows color (decimal): -2022703 or 13705953. OLE color: 13705953.
HSL color Cylindrical-coordinate representation of color #E122D1: hue angle of 305.03º 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 #E122D1 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 209 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.12 |
| HSL | 305.03º | 0.76% | 0.51% | - |
| HSV(B) | 305.03º | 0.85% | 0.88% | - |
| XYZ | 43.13 | 21.76 | 62.25 | - |
| YUV | 111.06 | 183.28 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 209 | 0 | 0.85 | 0.07 | 0.12 | 305.03 | 0.76 | 0.51 |
| Hex | E1 | 22 | D1 | 0 | 55 | 7 | C | 131 | 4C | 33 |
| Octal | 341 | 42 | 321 | 0 | 125 | 7 | 14 | 461 | 114 | 63 |
| Binary | 11100001 | 100010 | 11010001 | 0 | 1010101 | 111 | 1100 | 100110001 | 1001100 | 110011 |
Color Harmonies of #E122D1
Complementary color
Monochromatic Colors of #E122D1
Black with #E122D1
Text Example
Text Example
White with #E122D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122D1; }
p { color: rgb(225,34,209); }
H1.HeaderClassName
{
color: #E122D1;
}
.AnyTagClassName
{
color: #E122D1;
}
</style>
background-color css
<style>
a { background-color: #E122D1; }
a { background-color: rgb(225,34,209); }
div.DivClassName
{
background-color: #E122D1;
}
.BgClassName
{
background-color: #E122D1;
}
</style>
border-color css
<style>
span { border-color: #E122D1; }
span { border-color: rgb(225,34,209); }
td.TdClassName
{
border-color: #E122D1;
}
.TagClassName
{
border-color: #E122D1;
}
</style>