Shades of Persian Rose #E139A8
Tints of Persian Rose #E139A8
RGB
CMYK
RGB Variations
Color information
#E139A8 (or 0xE139A8) is known color: Persian Rose. HEX triplet: E1, 39 and A8. RGB value is (225,57,168). Sum of RGB (Red+Green+Blue) = 225+57+168=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E139A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139A8 is #1EC657. Grayscale: #777777. Windows color (decimal): -2016856 or 11024865. OLE color: 11024865.
HSL color Cylindrical-coordinate representation of color #E139A8: hue angle of 320.36º 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 #E139A8 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 168 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.12 |
| HSL | 320.36º | 0.74% | 0.55% | - |
| HSV(B) | 320.36º | 0.75% | 0.88% | - |
| XYZ | 39.58 | 21.76 | 39.16 | - |
| YUV | 119.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 168 | 0 | 0.75 | 0.25 | 0.12 | 320.36 | 0.74 | 0.55 |
| Hex | E1 | 39 | A8 | 0 | 4B | 19 | C | 140 | 4A | 37 |
| Octal | 341 | 71 | 250 | 0 | 113 | 31 | 14 | 500 | 112 | 67 |
| Binary | 11100001 | 111001 | 10101000 | 0 | 1001011 | 11001 | 1100 | 101000000 | 1001010 | 110111 |
Color Harmonies of #E139A8
Complementary color
Monochromatic Colors of #E139A8
Black with #E139A8
Text Example
Text Example
White with #E139A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139A8; }
p { color: rgb(225,57,168); }
H1.HeaderClassName
{
color: #E139A8;
}
.AnyTagClassName
{
color: #E139A8;
}
</style>
background-color css
<style>
a { background-color: #E139A8; }
a { background-color: rgb(225,57,168); }
div.DivClassName
{
background-color: #E139A8;
}
.BgClassName
{
background-color: #E139A8;
}
</style>
border-color css
<style>
span { border-color: #E139A8; }
span { border-color: rgb(225,57,168); }
td.TdClassName
{
border-color: #E139A8;
}
.TagClassName
{
border-color: #E139A8;
}
</style>