Shades of Persian Rose #E939AC
Tints of Persian Rose #E939AC
RGB
CMYK
RGB Variations
Color information
#E939AC (or 0xE939AC) is known color: Persian Rose. HEX triplet: E9, 39 and AC. RGB value is (233,57,172). Sum of RGB (Red+Green+Blue) = 233+57+172=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E939AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E939AC is #16C653. Grayscale: #7A7A7A. Windows color (decimal): -1492564 or 11287017. OLE color: 11287017.
HSL color Cylindrical-coordinate representation of color #E939AC: hue angle of 320.8º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E939AC is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 172 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.09 |
| HSL | 320.8º | 0.8% | 0.57% | - |
| HSV(B) | 320.8º | 0.76% | 0.91% | - |
| XYZ | 42.51 | 23.23 | 41.27 | - |
| YUV | 122.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 172 | 0 | 0.76 | 0.26 | 0.09 | 320.8 | 0.8 | 0.57 |
| Hex | E9 | 39 | AC | 0 | 4C | 1A | 9 | 141 | 50 | 39 |
| Octal | 351 | 71 | 254 | 0 | 114 | 32 | 11 | 501 | 120 | 71 |
| Binary | 11101001 | 111001 | 10101100 | 0 | 1001100 | 11010 | 1001 | 101000001 | 1010000 | 111001 |
Color Harmonies of #E939AC
Complementary color
Monochromatic Colors of #E939AC
Black with #E939AC
Text Example
Text Example
White with #E939AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E939AC; }
p { color: rgb(233,57,172); }
H1.HeaderClassName
{
color: #E939AC;
}
.AnyTagClassName
{
color: #E939AC;
}
</style>
background-color css
<style>
a { background-color: #E939AC; }
a { background-color: rgb(233,57,172); }
div.DivClassName
{
background-color: #E939AC;
}
.BgClassName
{
background-color: #E939AC;
}
</style>
border-color css
<style>
span { border-color: #E939AC; }
span { border-color: rgb(233,57,172); }
td.TdClassName
{
border-color: #E939AC;
}
.TagClassName
{
border-color: #E939AC;
}
</style>