Shades of Persian Rose #E23BA8
Tints of Persian Rose #E23BA8
RGB
CMYK
RGB Variations
Color information
#E23BA8 (or 0xE23BA8) is known color: Persian Rose. HEX triplet: E2, 3B and A8. RGB value is (226,59,168). Sum of RGB (Red+Green+Blue) = 226+59+168=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BA8 is #1DC457. Grayscale: #797979. Windows color (decimal): -1950808 or 11025378. OLE color: 11025378.
HSL color Cylindrical-coordinate representation of color #E23BA8: hue angle of 320.84º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23BA8 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 59 | 168 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.11 |
| HSL | 320.84º | 0.74% | 0.56% | - |
| HSV(B) | 320.84º | 0.74% | 0.89% | - |
| XYZ | 40 | 22.12 | 39.21 | - |
| YUV | 121.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 59 | 168 | 0 | 0.74 | 0.26 | 0.11 | 320.84 | 0.74 | 0.56 |
| Hex | E2 | 3B | A8 | 0 | 4A | 1A | B | 141 | 4A | 38 |
| Octal | 342 | 73 | 250 | 0 | 112 | 32 | 13 | 501 | 112 | 70 |
| Binary | 11100010 | 111011 | 10101000 | 0 | 1001010 | 11010 | 1011 | 101000001 | 1001010 | 111000 |
Color Harmonies of #E23BA8
Complementary color
Monochromatic Colors of #E23BA8
Black with #E23BA8
Text Example
Text Example
White with #E23BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23BA8; }
p { color: rgb(226,59,168); }
H1.HeaderClassName
{
color: #E23BA8;
}
.AnyTagClassName
{
color: #E23BA8;
}
</style>
background-color css
<style>
a { background-color: #E23BA8; }
a { background-color: rgb(226,59,168); }
div.DivClassName
{
background-color: #E23BA8;
}
.BgClassName
{
background-color: #E23BA8;
}
</style>
border-color css
<style>
span { border-color: #E23BA8; }
span { border-color: rgb(226,59,168); }
td.TdClassName
{
border-color: #E23BA8;
}
.TagClassName
{
border-color: #E23BA8;
}
</style>