Shades of Persian Rose #E139B2
Tints of Persian Rose #E139B2
RGB
CMYK
RGB Variations
Color information
#E139B2 (or 0xE139B2) is known color: Persian Rose. HEX triplet: E1, 39 and B2. RGB value is (225,57,178). Sum of RGB (Red+Green+Blue) = 225+57+178=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E139B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139B2 is #1EC64D. Grayscale: #787878. Windows color (decimal): -2016846 or 11680225. OLE color: 11680225.
HSL color Cylindrical-coordinate representation of color #E139B2: hue angle of 316.79º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139B2 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 178 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.12 |
| HSL | 316.79º | 0.74% | 0.55% | - |
| HSV(B) | 316.79º | 0.75% | 0.88% | - |
| XYZ | 40.55 | 22.15 | 44.26 | - |
| YUV | 121.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 178 | 0 | 0.75 | 0.21 | 0.12 | 316.79 | 0.74 | 0.55 |
| Hex | E1 | 39 | B2 | 0 | 4B | 15 | C | 13D | 4A | 37 |
| Octal | 341 | 71 | 262 | 0 | 113 | 25 | 14 | 475 | 112 | 67 |
| Binary | 11100001 | 111001 | 10110010 | 0 | 1001011 | 10101 | 1100 | 100111101 | 1001010 | 110111 |
Color Harmonies of #E139B2
Complementary color
Monochromatic Colors of #E139B2
Black with #E139B2
Text Example
Text Example
White with #E139B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139B2; }
p { color: rgb(225,57,178); }
H1.HeaderClassName
{
color: #E139B2;
}
.AnyTagClassName
{
color: #E139B2;
}
</style>
background-color css
<style>
a { background-color: #E139B2; }
a { background-color: rgb(225,57,178); }
div.DivClassName
{
background-color: #E139B2;
}
.BgClassName
{
background-color: #E139B2;
}
</style>
border-color css
<style>
span { border-color: #E139B2; }
span { border-color: rgb(225,57,178); }
td.TdClassName
{
border-color: #E139B2;
}
.TagClassName
{
border-color: #E139B2;
}
</style>