Shades of Persian Rose #E22CAB
Tints of Persian Rose #E22CAB
RGB
CMYK
RGB Variations
Color information
#E22CAB (or 0xE22CAB) is known color: Persian Rose. HEX triplet: E2, 2C and AB. RGB value is (226,44,171). Sum of RGB (Red+Green+Blue) = 226+44+171=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E22CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22CAB is #1DD354. Grayscale: #707070. Windows color (decimal): -1954645 or 11218146. OLE color: 11218146.
HSL color Cylindrical-coordinate representation of color #E22CAB: hue angle of 318.13º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22CAB is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 171 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.11 |
| HSL | 318.13º | 0.76% | 0.53% | - |
| HSV(B) | 318.13º | 0.81% | 0.89% | - |
| XYZ | 39.62 | 20.91 | 40.48 | - |
| YUV | 112.9 | 160.8 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 171 | 0 | 0.81 | 0.24 | 0.11 | 318.13 | 0.76 | 0.53 |
| Hex | E2 | 2C | AB | 0 | 51 | 18 | B | 13E | 4C | 35 |
| Octal | 342 | 54 | 253 | 0 | 121 | 30 | 13 | 476 | 114 | 65 |
| Binary | 11100010 | 101100 | 10101011 | 0 | 1010001 | 11000 | 1011 | 100111110 | 1001100 | 110101 |
Color Harmonies of #E22CAB
Complementary color
Monochromatic Colors of #E22CAB
Black with #E22CAB
Text Example
Text Example
White with #E22CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CAB; }
p { color: rgb(226,44,171); }
H1.HeaderClassName
{
color: #E22CAB;
}
.AnyTagClassName
{
color: #E22CAB;
}
</style>
background-color css
<style>
a { background-color: #E22CAB; }
a { background-color: rgb(226,44,171); }
div.DivClassName
{
background-color: #E22CAB;
}
.BgClassName
{
background-color: #E22CAB;
}
</style>
border-color css
<style>
span { border-color: #E22CAB; }
span { border-color: rgb(226,44,171); }
td.TdClassName
{
border-color: #E22CAB;
}
.TagClassName
{
border-color: #E22CAB;
}
</style>