Shades of Persian Rose #E42BA7
Tints of Persian Rose #E42BA7
RGB
CMYK
RGB Variations
Color information
#E42BA7 (or 0xE42BA7) is known color: Persian Rose. HEX triplet: E4, 2B and A7. RGB value is (228,43,167). Sum of RGB (Red+Green+Blue) = 228+43+167=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42BA7 is #1BD458. Grayscale: #707070. Windows color (decimal): -1823833 or 10955748. OLE color: 10955748.
HSL color Cylindrical-coordinate representation of color #E42BA7: hue angle of 319.78º 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 #E42BA7 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 167 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.11 |
| HSL | 319.78º | 0.77% | 0.53% | - |
| HSV(B) | 319.78º | 0.81% | 0.89% | - |
| XYZ | 39.83 | 21.01 | 38.52 | - |
| YUV | 112.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 167 | 0 | 0.81 | 0.27 | 0.11 | 319.78 | 0.77 | 0.53 |
| Hex | E4 | 2B | A7 | 0 | 51 | 1B | B | 140 | 4D | 35 |
| Octal | 344 | 53 | 247 | 0 | 121 | 33 | 13 | 500 | 115 | 65 |
| Binary | 11100100 | 101011 | 10100111 | 0 | 1010001 | 11011 | 1011 | 101000000 | 1001101 | 110101 |
Color Harmonies of #E42BA7
Complementary color
Monochromatic Colors of #E42BA7
Black with #E42BA7
Text Example
Text Example
White with #E42BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42BA7; }
p { color: rgb(228,43,167); }
H1.HeaderClassName
{
color: #E42BA7;
}
.AnyTagClassName
{
color: #E42BA7;
}
</style>
background-color css
<style>
a { background-color: #E42BA7; }
a { background-color: rgb(228,43,167); }
div.DivClassName
{
background-color: #E42BA7;
}
.BgClassName
{
background-color: #E42BA7;
}
</style>
border-color css
<style>
span { border-color: #E42BA7; }
span { border-color: rgb(228,43,167); }
td.TdClassName
{
border-color: #E42BA7;
}
.TagClassName
{
border-color: #E42BA7;
}
</style>