Shades of Persian Rose #E031A5
Tints of Persian Rose #E031A5
RGB
CMYK
RGB Variations
Color information
#E031A5 (or 0xE031A5) is known color: Persian Rose. HEX triplet: E0, 31 and A5. RGB value is (224,49,165). Sum of RGB (Red+Green+Blue) = 224+49+165=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E031A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031A5 is #1FCE5A. Grayscale: #727272. Windows color (decimal): -2084443 or 10826208. OLE color: 10826208.
HSL color Cylindrical-coordinate representation of color #E031A5: hue angle of 320.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E031A5 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 165 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.12 |
| HSL | 320.23º | 0.74% | 0.54% | - |
| HSV(B) | 320.23º | 0.78% | 0.88% | - |
| XYZ | 38.63 | 20.76 | 37.57 | - |
| YUV | 114.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 165 | 0 | 0.78 | 0.26 | 0.12 | 320.23 | 0.74 | 0.54 |
| Hex | E0 | 31 | A5 | 0 | 4E | 1A | C | 140 | 4A | 36 |
| Octal | 340 | 61 | 245 | 0 | 116 | 32 | 14 | 500 | 112 | 66 |
| Binary | 11100000 | 110001 | 10100101 | 0 | 1001110 | 11010 | 1100 | 101000000 | 1001010 | 110110 |
Color Harmonies of #E031A5
Complementary color
Monochromatic Colors of #E031A5
Black with #E031A5
Text Example
Text Example
White with #E031A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031A5; }
p { color: rgb(224,49,165); }
H1.HeaderClassName
{
color: #E031A5;
}
.AnyTagClassName
{
color: #E031A5;
}
</style>
background-color css
<style>
a { background-color: #E031A5; }
a { background-color: rgb(224,49,165); }
div.DivClassName
{
background-color: #E031A5;
}
.BgClassName
{
background-color: #E031A5;
}
</style>
border-color css
<style>
span { border-color: #E031A5; }
span { border-color: rgb(224,49,165); }
td.TdClassName
{
border-color: #E031A5;
}
.TagClassName
{
border-color: #E031A5;
}
</style>