Shades of Persian Rose #E135A6
Tints of Persian Rose #E135A6
RGB
CMYK
RGB Variations
Color information
#E135A6 (or 0xE135A6) is known color: Persian Rose. HEX triplet: E1, 35 and A6. RGB value is (225,53,166). Sum of RGB (Red+Green+Blue) = 225+53+166=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E135A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E135A6 is #1ECA59. Grayscale: #757575. Windows color (decimal): -2017882 or 10892769. OLE color: 10892769.
HSL color Cylindrical-coordinate representation of color #E135A6: hue angle of 320.58º 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 #E135A6 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 166 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.12 |
| HSL | 320.58º | 0.74% | 0.55% | - |
| HSV(B) | 320.58º | 0.76% | 0.88% | - |
| XYZ | 39.21 | 21.31 | 38.12 | - |
| YUV | 117.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 166 | 0 | 0.76 | 0.26 | 0.12 | 320.58 | 0.74 | 0.55 |
| Hex | E1 | 35 | A6 | 0 | 4C | 1A | C | 141 | 4A | 37 |
| Octal | 341 | 65 | 246 | 0 | 114 | 32 | 14 | 501 | 112 | 67 |
| Binary | 11100001 | 110101 | 10100110 | 0 | 1001100 | 11010 | 1100 | 101000001 | 1001010 | 110111 |
Color Harmonies of #E135A6
Complementary color
Monochromatic Colors of #E135A6
Black with #E135A6
Text Example
Text Example
White with #E135A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135A6; }
p { color: rgb(225,53,166); }
H1.HeaderClassName
{
color: #E135A6;
}
.AnyTagClassName
{
color: #E135A6;
}
</style>
background-color css
<style>
a { background-color: #E135A6; }
a { background-color: rgb(225,53,166); }
div.DivClassName
{
background-color: #E135A6;
}
.BgClassName
{
background-color: #E135A6;
}
</style>
border-color css
<style>
span { border-color: #E135A6; }
span { border-color: rgb(225,53,166); }
td.TdClassName
{
border-color: #E135A6;
}
.TagClassName
{
border-color: #E135A6;
}
</style>