Shades of Persian Rose #E229AB
Tints of Persian Rose #E229AB
RGB
CMYK
RGB Variations
Color information
#E229AB (or 0xE229AB) is known color: Persian Rose. HEX triplet: E2, 29 and AB. RGB value is (226,41,171). Sum of RGB (Red+Green+Blue) = 226+41+171=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E229AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E229AB is #1DD654. Grayscale: #6E6E6E. Windows color (decimal): -1955413 or 11217378. OLE color: 11217378.
HSL color Cylindrical-coordinate representation of color #E229AB: hue angle of 317.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229AB is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 171 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.11 |
| HSL | 317.84º | 0.76% | 0.52% | - |
| HSV(B) | 317.84º | 0.82% | 0.89% | - |
| XYZ | 39.51 | 20.69 | 40.44 | - |
| YUV | 111.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 171 | 0 | 0.82 | 0.24 | 0.11 | 317.84 | 0.76 | 0.52 |
| Hex | E2 | 29 | AB | 0 | 52 | 18 | B | 13E | 4C | 34 |
| Octal | 342 | 51 | 253 | 0 | 122 | 30 | 13 | 476 | 114 | 64 |
| Binary | 11100010 | 101001 | 10101011 | 0 | 1010010 | 11000 | 1011 | 100111110 | 1001100 | 110100 |
Color Harmonies of #E229AB
Complementary color
Monochromatic Colors of #E229AB
Black with #E229AB
Text Example
Text Example
White with #E229AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229AB; }
p { color: rgb(226,41,171); }
H1.HeaderClassName
{
color: #E229AB;
}
.AnyTagClassName
{
color: #E229AB;
}
</style>
background-color css
<style>
a { background-color: #E229AB; }
a { background-color: rgb(226,41,171); }
div.DivClassName
{
background-color: #E229AB;
}
.BgClassName
{
background-color: #E229AB;
}
</style>
border-color css
<style>
span { border-color: #E229AB; }
span { border-color: rgb(226,41,171); }
td.TdClassName
{
border-color: #E229AB;
}
.TagClassName
{
border-color: #E229AB;
}
</style>