Shades of Persian Rose #E43BA8
Tints of Persian Rose #E43BA8
RGB
CMYK
RGB Variations
Color information
#E43BA8 (or 0xE43BA8) is known color: Persian Rose. HEX triplet: E4, 3B and A8. RGB value is (228,59,168). Sum of RGB (Red+Green+Blue) = 228+59+168=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E43BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43BA8 is #1BC457. Grayscale: #797979. Windows color (decimal): -1819736 or 11025380. OLE color: 11025380.
HSL color Cylindrical-coordinate representation of color #E43BA8: hue angle of 321.3º degrees, saturation: 0.76, 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 #E43BA8 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 59 | 168 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.11 |
| HSL | 321.3º | 0.76% | 0.56% | - |
| HSV(B) | 321.3º | 0.74% | 0.89% | - |
| XYZ | 40.63 | 22.45 | 39.24 | - |
| YUV | 121.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 59 | 168 | 0 | 0.74 | 0.26 | 0.11 | 321.3 | 0.76 | 0.56 |
| Hex | E4 | 3B | A8 | 0 | 4A | 1A | B | 141 | 4C | 38 |
| Octal | 344 | 73 | 250 | 0 | 112 | 32 | 13 | 501 | 114 | 70 |
| Binary | 11100100 | 111011 | 10101000 | 0 | 1001010 | 11010 | 1011 | 101000001 | 1001100 | 111000 |
Color Harmonies of #E43BA8
Complementary color
Monochromatic Colors of #E43BA8
Black with #E43BA8
Text Example
Text Example
White with #E43BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43BA8; }
p { color: rgb(228,59,168); }
H1.HeaderClassName
{
color: #E43BA8;
}
.AnyTagClassName
{
color: #E43BA8;
}
</style>
background-color css
<style>
a { background-color: #E43BA8; }
a { background-color: rgb(228,59,168); }
div.DivClassName
{
background-color: #E43BA8;
}
.BgClassName
{
background-color: #E43BA8;
}
</style>
border-color css
<style>
span { border-color: #E43BA8; }
span { border-color: rgb(228,59,168); }
td.TdClassName
{
border-color: #E43BA8;
}
.TagClassName
{
border-color: #E43BA8;
}
</style>