Shades of Persian Rose #E22CAA
Tints of Persian Rose #E22CAA
RGB
CMYK
RGB Variations
Color information
#E22CAA (or 0xE22CAA) is known color: Persian Rose. HEX triplet: E2, 2C and AA. RGB value is (226,44,170). Sum of RGB (Red+Green+Blue) = 226+44+170=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E22CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22CAA is #1DD355. Grayscale: #707070. Windows color (decimal): -1954646 or 11152610. OLE color: 11152610.
HSL color Cylindrical-coordinate representation of color #E22CAA: hue angle of 318.46º 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 #E22CAA is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 170 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.11 |
| HSL | 318.46º | 0.76% | 0.53% | - |
| HSV(B) | 318.46º | 0.81% | 0.89% | - |
| XYZ | 39.52 | 20.87 | 39.98 | - |
| YUV | 112.78 | 160.3 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 170 | 0 | 0.81 | 0.25 | 0.11 | 318.46 | 0.76 | 0.53 |
| Hex | E2 | 2C | AA | 0 | 51 | 19 | B | 13E | 4C | 35 |
| Octal | 342 | 54 | 252 | 0 | 121 | 31 | 13 | 476 | 114 | 65 |
| Binary | 11100010 | 101100 | 10101010 | 0 | 1010001 | 11001 | 1011 | 100111110 | 1001100 | 110101 |
Color Harmonies of #E22CAA
Complementary color
Monochromatic Colors of #E22CAA
Black with #E22CAA
Text Example
Text Example
White with #E22CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CAA; }
p { color: rgb(226,44,170); }
H1.HeaderClassName
{
color: #E22CAA;
}
.AnyTagClassName
{
color: #E22CAA;
}
</style>
background-color css
<style>
a { background-color: #E22CAA; }
a { background-color: rgb(226,44,170); }
div.DivClassName
{
background-color: #E22CAA;
}
.BgClassName
{
background-color: #E22CAA;
}
</style>
border-color css
<style>
span { border-color: #E22CAA; }
span { border-color: rgb(226,44,170); }
td.TdClassName
{
border-color: #E22CAA;
}
.TagClassName
{
border-color: #E22CAA;
}
</style>