Shades of Razzle Dazzle Rose #E122CB
Tints of Razzle Dazzle Rose #E122CB
RGB
CMYK
RGB Variations
Color information
#E122CB (or 0xE122CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 22 and CB. RGB value is (225,34,203). Sum of RGB (Red+Green+Blue) = 225+34+203=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E122CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122CB is #1EDD34. Grayscale: #6D6D6D. Windows color (decimal): -2022709 or 13312737. OLE color: 13312737.
HSL color Cylindrical-coordinate representation of color #E122CB: hue angle of 306.91º 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 #E122CB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 203 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.12 |
| HSL | 306.91º | 0.76% | 0.51% | - |
| HSV(B) | 306.91º | 0.85% | 0.88% | - |
| XYZ | 42.4 | 21.46 | 58.41 | - |
| YUV | 110.38 | 180.28 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 203 | 0 | 0.85 | 0.10 | 0.12 | 306.91 | 0.76 | 0.51 |
| Hex | E1 | 22 | CB | 0 | 55 | A | C | 133 | 4C | 33 |
| Octal | 341 | 42 | 313 | 0 | 125 | 12 | 14 | 463 | 114 | 63 |
| Binary | 11100001 | 100010 | 11001011 | 0 | 1010101 | 1010 | 1100 | 100110011 | 1001100 | 110011 |
Color Harmonies of #E122CB
Complementary color
Monochromatic Colors of #E122CB
Black with #E122CB
Text Example
Text Example
White with #E122CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E122CB; }
p { color: rgb(225,34,203); }
H1.HeaderClassName
{
color: #E122CB;
}
.AnyTagClassName
{
color: #E122CB;
}
</style>
background-color css
<style>
a { background-color: #E122CB; }
a { background-color: rgb(225,34,203); }
div.DivClassName
{
background-color: #E122CB;
}
.BgClassName
{
background-color: #E122CB;
}
</style>
border-color css
<style>
span { border-color: #E122CB; }
span { border-color: rgb(225,34,203); }
td.TdClassName
{
border-color: #E122CB;
}
.TagClassName
{
border-color: #E122CB;
}
</style>