Shades of Persian Rose #E22BA7
Tints of Persian Rose #E22BA7
RGB
CMYK
RGB Variations
Color information
#E22BA7 (or 0xE22BA7) is known color: Persian Rose. HEX triplet: E2, 2B and A7. RGB value is (226,43,167). Sum of RGB (Red+Green+Blue) = 226+43+167=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E22BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22BA7 is #1DD458. Grayscale: #6F6F6F. Windows color (decimal): -1954905 or 10955746. OLE color: 10955746.
HSL color Cylindrical-coordinate representation of color #E22BA7: hue angle of 319.34º 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 #E22BA7 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 43 | 167 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.11 |
| HSL | 319.34º | 0.76% | 0.53% | - |
| HSV(B) | 319.34º | 0.81% | 0.89% | - |
| XYZ | 39.2 | 20.69 | 38.49 | - |
| YUV | 111.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 43 | 167 | 0 | 0.81 | 0.26 | 0.11 | 319.34 | 0.76 | 0.53 |
| Hex | E2 | 2B | A7 | 0 | 51 | 1A | B | 13F | 4C | 35 |
| Octal | 342 | 53 | 247 | 0 | 121 | 32 | 13 | 477 | 114 | 65 |
| Binary | 11100010 | 101011 | 10100111 | 0 | 1010001 | 11010 | 1011 | 100111111 | 1001100 | 110101 |
Color Harmonies of #E22BA7
Complementary color
Monochromatic Colors of #E22BA7
Black with #E22BA7
Text Example
Text Example
White with #E22BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22BA7; }
p { color: rgb(226,43,167); }
H1.HeaderClassName
{
color: #E22BA7;
}
.AnyTagClassName
{
color: #E22BA7;
}
</style>
background-color css
<style>
a { background-color: #E22BA7; }
a { background-color: rgb(226,43,167); }
div.DivClassName
{
background-color: #E22BA7;
}
.BgClassName
{
background-color: #E22BA7;
}
</style>
border-color css
<style>
span { border-color: #E22BA7; }
span { border-color: rgb(226,43,167); }
td.TdClassName
{
border-color: #E22BA7;
}
.TagClassName
{
border-color: #E22BA7;
}
</style>