Shades of Persian Rose #E739A8
Tints of Persian Rose #E739A8
RGB
CMYK
RGB Variations
Color information
#E739A8 (or 0xE739A8) is known color: Persian Rose. HEX triplet: E7, 39 and A8. RGB value is (231,57,168). Sum of RGB (Red+Green+Blue) = 231+57+168=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E739A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E739A8 is #18C657. Grayscale: #797979. Windows color (decimal): -1623640 or 11024871. OLE color: 11024871.
HSL color Cylindrical-coordinate representation of color #E739A8: hue angle of 321.72º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E739A8 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 168 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.09 |
| HSL | 321.72º | 0.78% | 0.56% | - |
| HSV(B) | 321.72º | 0.75% | 0.91% | - |
| XYZ | 41.49 | 22.74 | 39.25 | - |
| YUV | 121.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 168 | 0 | 0.75 | 0.27 | 0.09 | 321.72 | 0.78 | 0.56 |
| Hex | E7 | 39 | A8 | 0 | 4B | 1B | 9 | 142 | 4E | 38 |
| Octal | 347 | 71 | 250 | 0 | 113 | 33 | 11 | 502 | 116 | 70 |
| Binary | 11100111 | 111001 | 10101000 | 0 | 1001011 | 11011 | 1001 | 101000010 | 1001110 | 111000 |
Color Harmonies of #E739A8
Complementary color
Monochromatic Colors of #E739A8
Black with #E739A8
Text Example
Text Example
White with #E739A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E739A8; }
p { color: rgb(231,57,168); }
H1.HeaderClassName
{
color: #E739A8;
}
.AnyTagClassName
{
color: #E739A8;
}
</style>
background-color css
<style>
a { background-color: #E739A8; }
a { background-color: rgb(231,57,168); }
div.DivClassName
{
background-color: #E739A8;
}
.BgClassName
{
background-color: #E739A8;
}
</style>
border-color css
<style>
span { border-color: #E739A8; }
span { border-color: rgb(231,57,168); }
td.TdClassName
{
border-color: #E739A8;
}
.TagClassName
{
border-color: #E739A8;
}
</style>