Shades of Persian Rose #E73DAD
Tints of Persian Rose #E73DAD
RGB
CMYK
RGB Variations
Color information
#E73DAD (or 0xE73DAD) is known color: Persian Rose. HEX triplet: E7, 3D and AD. RGB value is (231,61,173). Sum of RGB (Red+Green+Blue) = 231+61+173=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DAD is #18C252. Grayscale: #7C7C7C. Windows color (decimal): -1622611 or 11353575. OLE color: 11353575.
HSL color Cylindrical-coordinate representation of color #E73DAD: hue angle of 320.47º 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 #E73DAD is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 173 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.09 |
| HSL | 320.47º | 0.78% | 0.57% | - |
| HSV(B) | 320.47º | 0.74% | 0.91% | - |
| XYZ | 42.17 | 23.34 | 41.82 | - |
| YUV | 124.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 173 | 0 | 0.74 | 0.25 | 0.09 | 320.47 | 0.78 | 0.57 |
| Hex | E7 | 3D | AD | 0 | 4A | 19 | 9 | 140 | 4E | 39 |
| Octal | 347 | 75 | 255 | 0 | 112 | 31 | 11 | 500 | 116 | 71 |
| Binary | 11100111 | 111101 | 10101101 | 0 | 1001010 | 11001 | 1001 | 101000000 | 1001110 | 111001 |
Color Harmonies of #E73DAD
Complementary color
Monochromatic Colors of #E73DAD
Black with #E73DAD
Text Example
Text Example
White with #E73DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DAD; }
p { color: rgb(231,61,173); }
H1.HeaderClassName
{
color: #E73DAD;
}
.AnyTagClassName
{
color: #E73DAD;
}
</style>
background-color css
<style>
a { background-color: #E73DAD; }
a { background-color: rgb(231,61,173); }
div.DivClassName
{
background-color: #E73DAD;
}
.BgClassName
{
background-color: #E73DAD;
}
</style>
border-color css
<style>
span { border-color: #E73DAD; }
span { border-color: rgb(231,61,173); }
td.TdClassName
{
border-color: #E73DAD;
}
.TagClassName
{
border-color: #E73DAD;
}
</style>