Shades of Persian Rose #E139AD
Tints of Persian Rose #E139AD
RGB
CMYK
RGB Variations
Color information
#E139AD (or 0xE139AD) is known color: Persian Rose. HEX triplet: E1, 39 and AD. RGB value is (225,57,173). Sum of RGB (Red+Green+Blue) = 225+57+173=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E139AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139AD is #1EC652. Grayscale: #787878. Windows color (decimal): -2016851 or 11352545. OLE color: 11352545.
HSL color Cylindrical-coordinate representation of color #E139AD: hue angle of 318.57º 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 #E139AD is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 173 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.12 |
| HSL | 318.57º | 0.74% | 0.55% | - |
| HSV(B) | 318.57º | 0.75% | 0.88% | - |
| XYZ | 40.06 | 21.95 | 41.66 | - |
| YUV | 120.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 173 | 0 | 0.75 | 0.23 | 0.12 | 318.57 | 0.74 | 0.55 |
| Hex | E1 | 39 | AD | 0 | 4B | 17 | C | 13F | 4A | 37 |
| Octal | 341 | 71 | 255 | 0 | 113 | 27 | 14 | 477 | 112 | 67 |
| Binary | 11100001 | 111001 | 10101101 | 0 | 1001011 | 10111 | 1100 | 100111111 | 1001010 | 110111 |
Color Harmonies of #E139AD
Complementary color
Monochromatic Colors of #E139AD
Black with #E139AD
Text Example
Text Example
White with #E139AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139AD; }
p { color: rgb(225,57,173); }
H1.HeaderClassName
{
color: #E139AD;
}
.AnyTagClassName
{
color: #E139AD;
}
</style>
background-color css
<style>
a { background-color: #E139AD; }
a { background-color: rgb(225,57,173); }
div.DivClassName
{
background-color: #E139AD;
}
.BgClassName
{
background-color: #E139AD;
}
</style>
border-color css
<style>
span { border-color: #E139AD; }
span { border-color: rgb(225,57,173); }
td.TdClassName
{
border-color: #E139AD;
}
.TagClassName
{
border-color: #E139AD;
}
</style>