Shades of Persian Rose #E230A8
Tints of Persian Rose #E230A8
RGB
CMYK
RGB Variations
Color information
#E230A8 (or 0xE230A8) is known color: Persian Rose. HEX triplet: E2, 30 and A8. RGB value is (226,48,168). Sum of RGB (Red+Green+Blue) = 226+48+168=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E230A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E230A8 is #1DCF57. Grayscale: #727272. Windows color (decimal): -1953624 or 11022562. OLE color: 11022562.
HSL color Cylindrical-coordinate representation of color #E230A8: hue angle of 319.55º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E230A8 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 168 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.11 |
| HSL | 319.55º | 0.75% | 0.54% | - |
| HSV(B) | 319.55º | 0.79% | 0.89% | - |
| XYZ | 39.49 | 21.11 | 39.04 | - |
| YUV | 114.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 168 | 0 | 0.79 | 0.26 | 0.11 | 319.55 | 0.75 | 0.54 |
| Hex | E2 | 30 | A8 | 0 | 4F | 1A | B | 140 | 4B | 36 |
| Octal | 342 | 60 | 250 | 0 | 117 | 32 | 13 | 500 | 113 | 66 |
| Binary | 11100010 | 110000 | 10101000 | 0 | 1001111 | 11010 | 1011 | 101000000 | 1001011 | 110110 |
Color Harmonies of #E230A8
Complementary color
Monochromatic Colors of #E230A8
Black with #E230A8
Text Example
Text Example
White with #E230A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E230A8; }
p { color: rgb(226,48,168); }
H1.HeaderClassName
{
color: #E230A8;
}
.AnyTagClassName
{
color: #E230A8;
}
</style>
background-color css
<style>
a { background-color: #E230A8; }
a { background-color: rgb(226,48,168); }
div.DivClassName
{
background-color: #E230A8;
}
.BgClassName
{
background-color: #E230A8;
}
</style>
border-color css
<style>
span { border-color: #E230A8; }
span { border-color: rgb(226,48,168); }
td.TdClassName
{
border-color: #E230A8;
}
.TagClassName
{
border-color: #E230A8;
}
</style>