Shades of Persian Rose #E22BAE
Tints of Persian Rose #E22BAE
RGB
CMYK
RGB Variations
Color information
#E22BAE (or 0xE22BAE) is known color: Persian Rose. HEX triplet: E2, 2B and AE. RGB value is (226,43,174). Sum of RGB (Red+Green+Blue) = 226+43+174=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E22BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22BAE is #1DD451. Grayscale: #707070. Windows color (decimal): -1954898 or 11414498. OLE color: 11414498.
HSL color Cylindrical-coordinate representation of color #E22BAE: hue angle of 317.05º 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 #E22BAE is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 43 | 174 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.11 |
| HSL | 317.05º | 0.76% | 0.53% | - |
| HSV(B) | 317.05º | 0.81% | 0.89% | - |
| XYZ | 39.87 | 20.95 | 41.99 | - |
| YUV | 112.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 43 | 174 | 0 | 0.81 | 0.23 | 0.11 | 317.05 | 0.76 | 0.53 |
| Hex | E2 | 2B | AE | 0 | 51 | 17 | B | 13D | 4C | 35 |
| Octal | 342 | 53 | 256 | 0 | 121 | 27 | 13 | 475 | 114 | 65 |
| Binary | 11100010 | 101011 | 10101110 | 0 | 1010001 | 10111 | 1011 | 100111101 | 1001100 | 110101 |
Color Harmonies of #E22BAE
Complementary color
Monochromatic Colors of #E22BAE
Black with #E22BAE
Text Example
Text Example
White with #E22BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22BAE; }
p { color: rgb(226,43,174); }
H1.HeaderClassName
{
color: #E22BAE;
}
.AnyTagClassName
{
color: #E22BAE;
}
</style>
background-color css
<style>
a { background-color: #E22BAE; }
a { background-color: rgb(226,43,174); }
div.DivClassName
{
background-color: #E22BAE;
}
.BgClassName
{
background-color: #E22BAE;
}
</style>
border-color css
<style>
span { border-color: #E22BAE; }
span { border-color: rgb(226,43,174); }
td.TdClassName
{
border-color: #E22BAE;
}
.TagClassName
{
border-color: #E22BAE;
}
</style>