Shades of Persian Rose #E22CA2
Tints of Persian Rose #E22CA2
RGB
CMYK
RGB Variations
Color information
#E22CA2 (or 0xE22CA2) is known color: Persian Rose. HEX triplet: E2, 2C and A2. RGB value is (226,44,162). Sum of RGB (Red+Green+Blue) = 226+44+162=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E22CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22CA2 is #1DD35D. Grayscale: #6F6F6F. Windows color (decimal): -1954654 or 10628322. OLE color: 10628322.
HSL color Cylindrical-coordinate representation of color #E22CA2: hue angle of 321.1º 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 #E22CA2 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 162 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.11 |
| HSL | 321.1º | 0.76% | 0.53% | - |
| HSV(B) | 321.1º | 0.81% | 0.89% | - |
| XYZ | 38.79 | 20.58 | 36.11 | - |
| YUV | 111.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 162 | 0 | 0.81 | 0.28 | 0.11 | 321.1 | 0.76 | 0.53 |
| Hex | E2 | 2C | A2 | 0 | 51 | 1C | B | 141 | 4C | 35 |
| Octal | 342 | 54 | 242 | 0 | 121 | 34 | 13 | 501 | 114 | 65 |
| Binary | 11100010 | 101100 | 10100010 | 0 | 1010001 | 11100 | 1011 | 101000001 | 1001100 | 110101 |
Color Harmonies of #E22CA2
Complementary color
Monochromatic Colors of #E22CA2
Black with #E22CA2
Text Example
Text Example
White with #E22CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CA2; }
p { color: rgb(226,44,162); }
H1.HeaderClassName
{
color: #E22CA2;
}
.AnyTagClassName
{
color: #E22CA2;
}
</style>
background-color css
<style>
a { background-color: #E22CA2; }
a { background-color: rgb(226,44,162); }
div.DivClassName
{
background-color: #E22CA2;
}
.BgClassName
{
background-color: #E22CA2;
}
</style>
border-color css
<style>
span { border-color: #E22CA2; }
span { border-color: rgb(226,44,162); }
td.TdClassName
{
border-color: #E22CA2;
}
.TagClassName
{
border-color: #E22CA2;
}
</style>