Shades of Persian Rose #E135AD
Tints of Persian Rose #E135AD
RGB
CMYK
RGB Variations
Color information
#E135AD (or 0xE135AD) is known color: Persian Rose. HEX triplet: E1, 35 and AD. RGB value is (225,53,173). Sum of RGB (Red+Green+Blue) = 225+53+173=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E135AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E135AD is #1ECA52. Grayscale: #757575. Windows color (decimal): -2017875 or 11351521. OLE color: 11351521.
HSL color Cylindrical-coordinate representation of color #E135AD: hue angle of 318.14º 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 #E135AD is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 173 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.12 |
| HSL | 318.14º | 0.74% | 0.55% | - |
| HSV(B) | 318.14º | 0.76% | 0.88% | - |
| XYZ | 39.87 | 21.57 | 41.6 | - |
| YUV | 118.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 173 | 0 | 0.76 | 0.23 | 0.12 | 318.14 | 0.74 | 0.55 |
| Hex | E1 | 35 | AD | 0 | 4C | 17 | C | 13E | 4A | 37 |
| Octal | 341 | 65 | 255 | 0 | 114 | 27 | 14 | 476 | 112 | 67 |
| Binary | 11100001 | 110101 | 10101101 | 0 | 1001100 | 10111 | 1100 | 100111110 | 1001010 | 110111 |
Color Harmonies of #E135AD
Complementary color
Monochromatic Colors of #E135AD
Black with #E135AD
Text Example
Text Example
White with #E135AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135AD; }
p { color: rgb(225,53,173); }
H1.HeaderClassName
{
color: #E135AD;
}
.AnyTagClassName
{
color: #E135AD;
}
</style>
background-color css
<style>
a { background-color: #E135AD; }
a { background-color: rgb(225,53,173); }
div.DivClassName
{
background-color: #E135AD;
}
.BgClassName
{
background-color: #E135AD;
}
</style>
border-color css
<style>
span { border-color: #E135AD; }
span { border-color: rgb(225,53,173); }
td.TdClassName
{
border-color: #E135AD;
}
.TagClassName
{
border-color: #E135AD;
}
</style>