Shades of Persian Rose #E135B2
Tints of Persian Rose #E135B2
RGB
CMYK
RGB Variations
Color information
#E135B2 (or 0xE135B2) is known color: Persian Rose. HEX triplet: E1, 35 and B2. RGB value is (225,53,178). Sum of RGB (Red+Green+Blue) = 225+53+178=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E135B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E135B2 is #1ECA4D. Grayscale: #767676. Windows color (decimal): -2017870 or 11679201. OLE color: 11679201.
HSL color Cylindrical-coordinate representation of color #E135B2: hue angle of 316.4º 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 #E135B2 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 178 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.12 |
| HSL | 316.4º | 0.74% | 0.55% | - |
| HSV(B) | 316.4º | 0.76% | 0.88% | - |
| XYZ | 40.36 | 21.77 | 44.19 | - |
| YUV | 118.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 178 | 0 | 0.76 | 0.21 | 0.12 | 316.4 | 0.74 | 0.55 |
| Hex | E1 | 35 | B2 | 0 | 4C | 15 | C | 13C | 4A | 37 |
| Octal | 341 | 65 | 262 | 0 | 114 | 25 | 14 | 474 | 112 | 67 |
| Binary | 11100001 | 110101 | 10110010 | 0 | 1001100 | 10101 | 1100 | 100111100 | 1001010 | 110111 |
Color Harmonies of #E135B2
Complementary color
Monochromatic Colors of #E135B2
Black with #E135B2
Text Example
Text Example
White with #E135B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135B2; }
p { color: rgb(225,53,178); }
H1.HeaderClassName
{
color: #E135B2;
}
.AnyTagClassName
{
color: #E135B2;
}
</style>
background-color css
<style>
a { background-color: #E135B2; }
a { background-color: rgb(225,53,178); }
div.DivClassName
{
background-color: #E135B2;
}
.BgClassName
{
background-color: #E135B2;
}
</style>
border-color css
<style>
span { border-color: #E135B2; }
span { border-color: rgb(225,53,178); }
td.TdClassName
{
border-color: #E135B2;
}
.TagClassName
{
border-color: #E135B2;
}
</style>