Shades of Persian Rose #E42FA0
Tints of Persian Rose #E42FA0
RGB
CMYK
RGB Variations
Color information
#E42FA0 (or 0xE42FA0) is known color: Persian Rose. HEX triplet: E4, 2F and A0. RGB value is (228,47,160). Sum of RGB (Red+Green+Blue) = 228+47+160=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E42FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42FA0 is #1BD05F. Grayscale: #717171. Windows color (decimal): -1822816 or 10498020. OLE color: 10498020.
HSL color Cylindrical-coordinate representation of color #E42FA0: hue angle of 322.54º degrees, saturation: 0.77, 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 #E42FA0 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 160 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.11 |
| HSL | 322.54º | 0.77% | 0.54% | - |
| HSV(B) | 322.54º | 0.79% | 0.89% | - |
| XYZ | 39.36 | 21.07 | 35.25 | - |
| YUV | 114 | 153.97 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 160 | 0 | 0.79 | 0.30 | 0.11 | 322.54 | 0.77 | 0.54 |
| Hex | E4 | 2F | A0 | 0 | 4F | 1E | B | 143 | 4D | 36 |
| Octal | 344 | 57 | 240 | 0 | 117 | 36 | 13 | 503 | 115 | 66 |
| Binary | 11100100 | 101111 | 10100000 | 0 | 1001111 | 11110 | 1011 | 101000011 | 1001101 | 110110 |
Color Harmonies of #E42FA0
Complementary color
Monochromatic Colors of #E42FA0
Black with #E42FA0
Text Example
Text Example
White with #E42FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42FA0; }
p { color: rgb(228,47,160); }
H1.HeaderClassName
{
color: #E42FA0;
}
.AnyTagClassName
{
color: #E42FA0;
}
</style>
background-color css
<style>
a { background-color: #E42FA0; }
a { background-color: rgb(228,47,160); }
div.DivClassName
{
background-color: #E42FA0;
}
.BgClassName
{
background-color: #E42FA0;
}
</style>
border-color css
<style>
span { border-color: #E42FA0; }
span { border-color: rgb(228,47,160); }
td.TdClassName
{
border-color: #E42FA0;
}
.TagClassName
{
border-color: #E42FA0;
}
</style>