Shades of Persian Rose #E137AD
Tints of Persian Rose #E137AD
RGB
CMYK
RGB Variations
Color information
#E137AD (or 0xE137AD) is known color: Persian Rose. HEX triplet: E1, 37 and AD. RGB value is (225,55,173). Sum of RGB (Red+Green+Blue) = 225+55+173=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E137AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E137AD is #1EC852. Grayscale: #767676. Windows color (decimal): -2017363 or 11352033. OLE color: 11352033.
HSL color Cylindrical-coordinate representation of color #E137AD: hue angle of 318.35º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E137AD is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 173 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.12 |
| HSL | 318.35º | 0.74% | 0.55% | - |
| HSV(B) | 318.35º | 0.76% | 0.88% | - |
| XYZ | 39.96 | 21.76 | 41.63 | - |
| YUV | 119.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 173 | 0 | 0.76 | 0.23 | 0.12 | 318.35 | 0.74 | 0.55 |
| Hex | E1 | 37 | AD | 0 | 4C | 17 | C | 13E | 4A | 37 |
| Octal | 341 | 67 | 255 | 0 | 114 | 27 | 14 | 476 | 112 | 67 |
| Binary | 11100001 | 110111 | 10101101 | 0 | 1001100 | 10111 | 1100 | 100111110 | 1001010 | 110111 |
Color Harmonies of #E137AD
Complementary color
Monochromatic Colors of #E137AD
Black with #E137AD
Text Example
Text Example
White with #E137AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E137AD; }
p { color: rgb(225,55,173); }
H1.HeaderClassName
{
color: #E137AD;
}
.AnyTagClassName
{
color: #E137AD;
}
</style>
background-color css
<style>
a { background-color: #E137AD; }
a { background-color: rgb(225,55,173); }
div.DivClassName
{
background-color: #E137AD;
}
.BgClassName
{
background-color: #E137AD;
}
</style>
border-color css
<style>
span { border-color: #E137AD; }
span { border-color: rgb(225,55,173); }
td.TdClassName
{
border-color: #E137AD;
}
.TagClassName
{
border-color: #E137AD;
}
</style>