Shades of Persian Rose #E739AB
Tints of Persian Rose #E739AB
RGB
CMYK
RGB Variations
Color information
#E739AB (or 0xE739AB) is known color: Persian Rose. HEX triplet: E7, 39 and AB. RGB value is (231,57,171). Sum of RGB (Red+Green+Blue) = 231+57+171=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E739AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E739AB is #18C654. Grayscale: #797979. Windows color (decimal): -1623637 or 11221479. OLE color: 11221479.
HSL color Cylindrical-coordinate representation of color #E739AB: hue angle of 320.69º 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 #E739AB is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 171 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.09 |
| HSL | 320.69º | 0.78% | 0.56% | - |
| HSV(B) | 320.69º | 0.75% | 0.91% | - |
| XYZ | 41.77 | 22.86 | 40.74 | - |
| YUV | 122.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 171 | 0 | 0.75 | 0.26 | 0.09 | 320.69 | 0.78 | 0.56 |
| Hex | E7 | 39 | AB | 0 | 4B | 1A | 9 | 141 | 4E | 38 |
| Octal | 347 | 71 | 253 | 0 | 113 | 32 | 11 | 501 | 116 | 70 |
| Binary | 11100111 | 111001 | 10101011 | 0 | 1001011 | 11010 | 1001 | 101000001 | 1001110 | 111000 |
Color Harmonies of #E739AB
Complementary color
Monochromatic Colors of #E739AB
Black with #E739AB
Text Example
Text Example
White with #E739AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E739AB; }
p { color: rgb(231,57,171); }
H1.HeaderClassName
{
color: #E739AB;
}
.AnyTagClassName
{
color: #E739AB;
}
</style>
background-color css
<style>
a { background-color: #E739AB; }
a { background-color: rgb(231,57,171); }
div.DivClassName
{
background-color: #E739AB;
}
.BgClassName
{
background-color: #E739AB;
}
</style>
border-color css
<style>
span { border-color: #E739AB; }
span { border-color: rgb(231,57,171); }
td.TdClassName
{
border-color: #E739AB;
}
.TagClassName
{
border-color: #E739AB;
}
</style>