Shades of Persian Rose #E73BAD
Tints of Persian Rose #E73BAD
RGB
CMYK
RGB Variations
Color information
#E73BAD (or 0xE73BAD) is known color: Persian Rose. HEX triplet: E7, 3B and AD. RGB value is (231,59,173). Sum of RGB (Red+Green+Blue) = 231+59+173=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BAD is #18C452. Grayscale: #7B7B7B. Windows color (decimal): -1623123 or 11353063. OLE color: 11353063.
HSL color Cylindrical-coordinate representation of color #E73BAD: hue angle of 320.23º 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 #E73BAD is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 173 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.09 |
| HSL | 320.23º | 0.78% | 0.57% | - |
| HSV(B) | 320.23º | 0.74% | 0.91% | - |
| XYZ | 42.06 | 23.13 | 41.78 | - |
| YUV | 123.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 173 | 0 | 0.74 | 0.25 | 0.09 | 320.23 | 0.78 | 0.57 |
| Hex | E7 | 3B | AD | 0 | 4A | 19 | 9 | 140 | 4E | 39 |
| Octal | 347 | 73 | 255 | 0 | 112 | 31 | 11 | 500 | 116 | 71 |
| Binary | 11100111 | 111011 | 10101101 | 0 | 1001010 | 11001 | 1001 | 101000000 | 1001110 | 111001 |
Color Harmonies of #E73BAD
Complementary color
Monochromatic Colors of #E73BAD
Black with #E73BAD
Text Example
Text Example
White with #E73BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73BAD; }
p { color: rgb(231,59,173); }
H1.HeaderClassName
{
color: #E73BAD;
}
.AnyTagClassName
{
color: #E73BAD;
}
</style>
background-color css
<style>
a { background-color: #E73BAD; }
a { background-color: rgb(231,59,173); }
div.DivClassName
{
background-color: #E73BAD;
}
.BgClassName
{
background-color: #E73BAD;
}
</style>
border-color css
<style>
span { border-color: #E73BAD; }
span { border-color: rgb(231,59,173); }
td.TdClassName
{
border-color: #E73BAD;
}
.TagClassName
{
border-color: #E73BAD;
}
</style>