Shades of Persian Rose #E139AF
Tints of Persian Rose #E139AF
RGB
CMYK
RGB Variations
Color information
#E139AF (or 0xE139AF) is known color: Persian Rose. HEX triplet: E1, 39 and AF. RGB value is (225,57,175). Sum of RGB (Red+Green+Blue) = 225+57+175=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E139AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139AF is #1EC650. Grayscale: #787878. Windows color (decimal): -2016849 or 11483617. OLE color: 11483617.
HSL color Cylindrical-coordinate representation of color #E139AF: hue angle of 317.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139AF is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 175 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.12 |
| HSL | 317.86º | 0.74% | 0.55% | - |
| HSV(B) | 317.86º | 0.75% | 0.88% | - |
| XYZ | 40.25 | 22.03 | 42.69 | - |
| YUV | 120.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 175 | 0 | 0.75 | 0.22 | 0.12 | 317.86 | 0.74 | 0.55 |
| Hex | E1 | 39 | AF | 0 | 4B | 16 | C | 13E | 4A | 37 |
| Octal | 341 | 71 | 257 | 0 | 113 | 26 | 14 | 476 | 112 | 67 |
| Binary | 11100001 | 111001 | 10101111 | 0 | 1001011 | 10110 | 1100 | 100111110 | 1001010 | 110111 |
Color Harmonies of #E139AF
Complementary color
Monochromatic Colors of #E139AF
Black with #E139AF
Text Example
Text Example
White with #E139AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139AF; }
p { color: rgb(225,57,175); }
H1.HeaderClassName
{
color: #E139AF;
}
.AnyTagClassName
{
color: #E139AF;
}
</style>
background-color css
<style>
a { background-color: #E139AF; }
a { background-color: rgb(225,57,175); }
div.DivClassName
{
background-color: #E139AF;
}
.BgClassName
{
background-color: #E139AF;
}
</style>
border-color css
<style>
span { border-color: #E139AF; }
span { border-color: rgb(225,57,175); }
td.TdClassName
{
border-color: #E139AF;
}
.TagClassName
{
border-color: #E139AF;
}
</style>