Shades of Persian Rose #E73BAC
Tints of Persian Rose #E73BAC
RGB
CMYK
RGB Variations
Color information
#E73BAC (or 0xE73BAC) is known color: Persian Rose. HEX triplet: E7, 3B and AC. RGB value is (231,59,172). Sum of RGB (Red+Green+Blue) = 231+59+172=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BAC is #18C453. Grayscale: #7B7B7B. Windows color (decimal): -1623124 or 11287527. OLE color: 11287527.
HSL color Cylindrical-coordinate representation of color #E73BAC: hue angle of 320.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73BAC is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 172 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.09 |
| HSL | 320.58º | 0.78% | 0.57% | - |
| HSV(B) | 320.58º | 0.74% | 0.91% | - |
| XYZ | 41.97 | 23.1 | 41.28 | - |
| YUV | 123.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 172 | 0 | 0.74 | 0.26 | 0.09 | 320.58 | 0.78 | 0.57 |
| Hex | E7 | 3B | AC | 0 | 4A | 1A | 9 | 141 | 4E | 39 |
| Octal | 347 | 73 | 254 | 0 | 112 | 32 | 11 | 501 | 116 | 71 |
| Binary | 11100111 | 111011 | 10101100 | 0 | 1001010 | 11010 | 1001 | 101000001 | 1001110 | 111001 |
Color Harmonies of #E73BAC
Complementary color
Monochromatic Colors of #E73BAC
Black with #E73BAC
Text Example
Text Example
White with #E73BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73BAC; }
p { color: rgb(231,59,172); }
H1.HeaderClassName
{
color: #E73BAC;
}
.AnyTagClassName
{
color: #E73BAC;
}
</style>
background-color css
<style>
a { background-color: #E73BAC; }
a { background-color: rgb(231,59,172); }
div.DivClassName
{
background-color: #E73BAC;
}
.BgClassName
{
background-color: #E73BAC;
}
</style>
border-color css
<style>
span { border-color: #E73BAC; }
span { border-color: rgb(231,59,172); }
td.TdClassName
{
border-color: #E73BAC;
}
.TagClassName
{
border-color: #E73BAC;
}
</style>