Shades of Persian Rose #E22CA3
Tints of Persian Rose #E22CA3
RGB
CMYK
RGB Variations
Color information
#E22CA3 (or 0xE22CA3) is known color: Persian Rose. HEX triplet: E2, 2C and A3. RGB value is (226,44,163). Sum of RGB (Red+Green+Blue) = 226+44+163=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E22CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22CA3 is #1DD35C. Grayscale: #6F6F6F. Windows color (decimal): -1954653 or 10693858. OLE color: 10693858.
HSL color Cylindrical-coordinate representation of color #E22CA3: hue angle of 320.77º 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 #E22CA3 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 163 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.11 |
| HSL | 320.77º | 0.76% | 0.53% | - |
| HSV(B) | 320.77º | 0.81% | 0.89% | - |
| XYZ | 38.88 | 20.61 | 36.58 | - |
| YUV | 111.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 163 | 0 | 0.81 | 0.28 | 0.11 | 320.77 | 0.76 | 0.53 |
| Hex | E2 | 2C | A3 | 0 | 51 | 1C | B | 141 | 4C | 35 |
| Octal | 342 | 54 | 243 | 0 | 121 | 34 | 13 | 501 | 114 | 65 |
| Binary | 11100010 | 101100 | 10100011 | 0 | 1010001 | 11100 | 1011 | 101000001 | 1001100 | 110101 |
Color Harmonies of #E22CA3
Complementary color
Monochromatic Colors of #E22CA3
Black with #E22CA3
Text Example
Text Example
White with #E22CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22CA3; }
p { color: rgb(226,44,163); }
H1.HeaderClassName
{
color: #E22CA3;
}
.AnyTagClassName
{
color: #E22CA3;
}
</style>
background-color css
<style>
a { background-color: #E22CA3; }
a { background-color: rgb(226,44,163); }
div.DivClassName
{
background-color: #E22CA3;
}
.BgClassName
{
background-color: #E22CA3;
}
</style>
border-color css
<style>
span { border-color: #E22CA3; }
span { border-color: rgb(226,44,163); }
td.TdClassName
{
border-color: #E22CA3;
}
.TagClassName
{
border-color: #E22CA3;
}
</style>