Shades of Persian Rose #E228AB
Tints of Persian Rose #E228AB
RGB
CMYK
RGB Variations
Color information
#E228AB (or 0xE228AB) is known color: Persian Rose. HEX triplet: E2, 28 and AB. RGB value is (226,40,171). Sum of RGB (Red+Green+Blue) = 226+40+171=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E228AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E228AB is #1DD754. Grayscale: #6E6E6E. Windows color (decimal): -1955669 or 11217122. OLE color: 11217122.
HSL color Cylindrical-coordinate representation of color #E228AB: hue angle of 317.74º 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 #E228AB is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 171 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.11 |
| HSL | 317.74º | 0.76% | 0.52% | - |
| HSV(B) | 317.74º | 0.82% | 0.89% | - |
| XYZ | 39.47 | 20.63 | 40.43 | - |
| YUV | 110.55 | 162.12 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 171 | 0 | 0.82 | 0.24 | 0.11 | 317.74 | 0.76 | 0.52 |
| Hex | E2 | 28 | AB | 0 | 52 | 18 | B | 13E | 4C | 34 |
| Octal | 342 | 50 | 253 | 0 | 122 | 30 | 13 | 476 | 114 | 64 |
| Binary | 11100010 | 101000 | 10101011 | 0 | 1010010 | 11000 | 1011 | 100111110 | 1001100 | 110100 |
Color Harmonies of #E228AB
Complementary color
Monochromatic Colors of #E228AB
Black with #E228AB
Text Example
Text Example
White with #E228AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228AB; }
p { color: rgb(226,40,171); }
H1.HeaderClassName
{
color: #E228AB;
}
.AnyTagClassName
{
color: #E228AB;
}
</style>
background-color css
<style>
a { background-color: #E228AB; }
a { background-color: rgb(226,40,171); }
div.DivClassName
{
background-color: #E228AB;
}
.BgClassName
{
background-color: #E228AB;
}
</style>
border-color css
<style>
span { border-color: #E228AB; }
span { border-color: rgb(226,40,171); }
td.TdClassName
{
border-color: #E228AB;
}
.TagClassName
{
border-color: #E228AB;
}
</style>