Shades of Persian Rose #E136AC
Tints of Persian Rose #E136AC
RGB
CMYK
RGB Variations
Color information
#E136AC (or 0xE136AC) is known color: Persian Rose. HEX triplet: E1, 36 and AC. RGB value is (225,54,172). Sum of RGB (Red+Green+Blue) = 225+54+172=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E136AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E136AC is #1EC953. Grayscale: #767676. Windows color (decimal): -2017620 or 11286241. OLE color: 11286241.
HSL color Cylindrical-coordinate representation of color #E136AC: hue angle of 318.6º 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 #E136AC is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 172 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.12 |
| HSL | 318.6º | 0.74% | 0.55% | - |
| HSV(B) | 318.6º | 0.76% | 0.88% | - |
| XYZ | 39.82 | 21.62 | 41.11 | - |
| YUV | 118.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 172 | 0 | 0.76 | 0.24 | 0.12 | 318.6 | 0.74 | 0.55 |
| Hex | E1 | 36 | AC | 0 | 4C | 18 | C | 13F | 4A | 37 |
| Octal | 341 | 66 | 254 | 0 | 114 | 30 | 14 | 477 | 112 | 67 |
| Binary | 11100001 | 110110 | 10101100 | 0 | 1001100 | 11000 | 1100 | 100111111 | 1001010 | 110111 |
Color Harmonies of #E136AC
Complementary color
Monochromatic Colors of #E136AC
Black with #E136AC
Text Example
Text Example
White with #E136AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136AC; }
p { color: rgb(225,54,172); }
H1.HeaderClassName
{
color: #E136AC;
}
.AnyTagClassName
{
color: #E136AC;
}
</style>
background-color css
<style>
a { background-color: #E136AC; }
a { background-color: rgb(225,54,172); }
div.DivClassName
{
background-color: #E136AC;
}
.BgClassName
{
background-color: #E136AC;
}
</style>
border-color css
<style>
span { border-color: #E136AC; }
span { border-color: rgb(225,54,172); }
td.TdClassName
{
border-color: #E136AC;
}
.TagClassName
{
border-color: #E136AC;
}
</style>