Shades of Persian Rose #E136AD
Tints of Persian Rose #E136AD
RGB
CMYK
RGB Variations
Color information
#E136AD (or 0xE136AD) is known color: Persian Rose. HEX triplet: E1, 36 and AD. RGB value is (225,54,173). Sum of RGB (Red+Green+Blue) = 225+54+173=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E136AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E136AD is #1EC952. Grayscale: #767676. Windows color (decimal): -2017619 or 11351777. OLE color: 11351777.
HSL color Cylindrical-coordinate representation of color #E136AD: hue angle of 318.25º 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 #E136AD is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 173 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.12 |
| HSL | 318.25º | 0.74% | 0.55% | - |
| HSV(B) | 318.25º | 0.76% | 0.88% | - |
| XYZ | 39.91 | 21.66 | 41.61 | - |
| YUV | 118.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 173 | 0 | 0.76 | 0.23 | 0.12 | 318.25 | 0.74 | 0.55 |
| Hex | E1 | 36 | AD | 0 | 4C | 17 | C | 13E | 4A | 37 |
| Octal | 341 | 66 | 255 | 0 | 114 | 27 | 14 | 476 | 112 | 67 |
| Binary | 11100001 | 110110 | 10101101 | 0 | 1001100 | 10111 | 1100 | 100111110 | 1001010 | 110111 |
Color Harmonies of #E136AD
Complementary color
Monochromatic Colors of #E136AD
Black with #E136AD
Text Example
Text Example
White with #E136AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136AD; }
p { color: rgb(225,54,173); }
H1.HeaderClassName
{
color: #E136AD;
}
.AnyTagClassName
{
color: #E136AD;
}
</style>
background-color css
<style>
a { background-color: #E136AD; }
a { background-color: rgb(225,54,173); }
div.DivClassName
{
background-color: #E136AD;
}
.BgClassName
{
background-color: #E136AD;
}
</style>
border-color css
<style>
span { border-color: #E136AD; }
span { border-color: rgb(225,54,173); }
td.TdClassName
{
border-color: #E136AD;
}
.TagClassName
{
border-color: #E136AD;
}
</style>