Shades of Persian Rose #E42BA5
Tints of Persian Rose #E42BA5
RGB
CMYK
RGB Variations
Color information
#E42BA5 (or 0xE42BA5) is known color: Persian Rose. HEX triplet: E4, 2B and A5. RGB value is (228,43,165). Sum of RGB (Red+Green+Blue) = 228+43+165=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42BA5 is #1BD45A. Grayscale: #6F6F6F. Windows color (decimal): -1823835 or 10824676. OLE color: 10824676.
HSL color Cylindrical-coordinate representation of color #E42BA5: hue angle of 320.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42BA5 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 165 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.11 |
| HSL | 320.43º | 0.77% | 0.53% | - |
| HSV(B) | 320.43º | 0.81% | 0.89% | - |
| XYZ | 39.65 | 20.94 | 37.55 | - |
| YUV | 112.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 165 | 0 | 0.81 | 0.28 | 0.11 | 320.43 | 0.77 | 0.53 |
| Hex | E4 | 2B | A5 | 0 | 51 | 1C | B | 140 | 4D | 35 |
| Octal | 344 | 53 | 245 | 0 | 121 | 34 | 13 | 500 | 115 | 65 |
| Binary | 11100100 | 101011 | 10100101 | 0 | 1010001 | 11100 | 1011 | 101000000 | 1001101 | 110101 |
Color Harmonies of #E42BA5
Complementary color
Monochromatic Colors of #E42BA5
Black with #E42BA5
Text Example
Text Example
White with #E42BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42BA5; }
p { color: rgb(228,43,165); }
H1.HeaderClassName
{
color: #E42BA5;
}
.AnyTagClassName
{
color: #E42BA5;
}
</style>
background-color css
<style>
a { background-color: #E42BA5; }
a { background-color: rgb(228,43,165); }
div.DivClassName
{
background-color: #E42BA5;
}
.BgClassName
{
background-color: #E42BA5;
}
</style>
border-color css
<style>
span { border-color: #E42BA5; }
span { border-color: rgb(228,43,165); }
td.TdClassName
{
border-color: #E42BA5;
}
.TagClassName
{
border-color: #E42BA5;
}
</style>