Shades of Persian Rose #E136A7
Tints of Persian Rose #E136A7
RGB
CMYK
RGB Variations
Color information
#E136A7 (or 0xE136A7) is known color: Persian Rose. HEX triplet: E1, 36 and A7. RGB value is (225,54,167). Sum of RGB (Red+Green+Blue) = 225+54+167=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E136A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E136A7 is #1EC958. Grayscale: #757575. Windows color (decimal): -2017625 or 10958561. OLE color: 10958561.
HSL color Cylindrical-coordinate representation of color #E136A7: hue angle of 320.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 #E136A7 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 167 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.12 |
| HSL | 320.35º | 0.74% | 0.55% | - |
| HSV(B) | 320.35º | 0.76% | 0.88% | - |
| XYZ | 39.35 | 21.44 | 38.62 | - |
| YUV | 118.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 167 | 0 | 0.76 | 0.26 | 0.12 | 320.35 | 0.74 | 0.55 |
| Hex | E1 | 36 | A7 | 0 | 4C | 1A | C | 140 | 4A | 37 |
| Octal | 341 | 66 | 247 | 0 | 114 | 32 | 14 | 500 | 112 | 67 |
| Binary | 11100001 | 110110 | 10100111 | 0 | 1001100 | 11010 | 1100 | 101000000 | 1001010 | 110111 |
Color Harmonies of #E136A7
Complementary color
Monochromatic Colors of #E136A7
Black with #E136A7
Text Example
Text Example
White with #E136A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136A7; }
p { color: rgb(225,54,167); }
H1.HeaderClassName
{
color: #E136A7;
}
.AnyTagClassName
{
color: #E136A7;
}
</style>
background-color css
<style>
a { background-color: #E136A7; }
a { background-color: rgb(225,54,167); }
div.DivClassName
{
background-color: #E136A7;
}
.BgClassName
{
background-color: #E136A7;
}
</style>
border-color css
<style>
span { border-color: #E136A7; }
span { border-color: rgb(225,54,167); }
td.TdClassName
{
border-color: #E136A7;
}
.TagClassName
{
border-color: #E136A7;
}
</style>