Shades of Persian Rose #E135A8
Tints of Persian Rose #E135A8
RGB
CMYK
RGB Variations
Color information
#E135A8 (or 0xE135A8) is known color: Persian Rose. HEX triplet: E1, 35 and A8. RGB value is (225,53,168). Sum of RGB (Red+Green+Blue) = 225+53+168=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E135A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E135A8 is #1ECA57. Grayscale: #757575. Windows color (decimal): -2017880 or 11023841. OLE color: 11023841.
HSL color Cylindrical-coordinate representation of color #E135A8: hue angle of 319.88º 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 #E135A8 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 168 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.12 |
| HSL | 319.88º | 0.74% | 0.55% | - |
| HSV(B) | 319.88º | 0.76% | 0.88% | - |
| XYZ | 39.39 | 21.38 | 39.1 | - |
| YUV | 117.54 | 156.48 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 168 | 0 | 0.76 | 0.25 | 0.12 | 319.88 | 0.74 | 0.55 |
| Hex | E1 | 35 | A8 | 0 | 4C | 19 | C | 140 | 4A | 37 |
| Octal | 341 | 65 | 250 | 0 | 114 | 31 | 14 | 500 | 112 | 67 |
| Binary | 11100001 | 110101 | 10101000 | 0 | 1001100 | 11001 | 1100 | 101000000 | 1001010 | 110111 |
Color Harmonies of #E135A8
Complementary color
Monochromatic Colors of #E135A8
Black with #E135A8
Text Example
Text Example
White with #E135A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135A8; }
p { color: rgb(225,53,168); }
H1.HeaderClassName
{
color: #E135A8;
}
.AnyTagClassName
{
color: #E135A8;
}
</style>
background-color css
<style>
a { background-color: #E135A8; }
a { background-color: rgb(225,53,168); }
div.DivClassName
{
background-color: #E135A8;
}
.BgClassName
{
background-color: #E135A8;
}
</style>
border-color css
<style>
span { border-color: #E135A8; }
span { border-color: rgb(225,53,168); }
td.TdClassName
{
border-color: #E135A8;
}
.TagClassName
{
border-color: #E135A8;
}
</style>