Shades of Persian Rose #E740AD
Tints of Persian Rose #E740AD
RGB
CMYK
RGB Variations
Color information
#E740AD (or 0xE740AD) is known color: Persian Rose. HEX triplet: E7, 40 and AD. RGB value is (231,64,173). Sum of RGB (Red+Green+Blue) = 231+64+173=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E740AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740AD is #18BF52. Grayscale: #7E7E7E. Windows color (decimal): -1621843 or 11354343. OLE color: 11354343.
HSL color Cylindrical-coordinate representation of color #E740AD: hue angle of 320.84º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740AD is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 173 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.09 |
| HSL | 320.84º | 0.78% | 0.58% | - |
| HSV(B) | 320.84º | 0.72% | 0.91% | - |
| XYZ | 42.33 | 23.67 | 41.87 | - |
| YUV | 126.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 173 | 0 | 0.72 | 0.25 | 0.09 | 320.84 | 0.78 | 0.58 |
| Hex | E7 | 40 | AD | 0 | 48 | 19 | 9 | 141 | 4E | 3A |
| Octal | 347 | 100 | 255 | 0 | 110 | 31 | 11 | 501 | 116 | 72 |
| Binary | 11100111 | 1000000 | 10101101 | 0 | 1001000 | 11001 | 1001 | 101000001 | 1001110 | 111010 |
Color Harmonies of #E740AD
Complementary color
Monochromatic Colors of #E740AD
Black with #E740AD
Text Example
Text Example
White with #E740AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740AD; }
p { color: rgb(231,64,173); }
H1.HeaderClassName
{
color: #E740AD;
}
.AnyTagClassName
{
color: #E740AD;
}
</style>
background-color css
<style>
a { background-color: #E740AD; }
a { background-color: rgb(231,64,173); }
div.DivClassName
{
background-color: #E740AD;
}
.BgClassName
{
background-color: #E740AD;
}
</style>
border-color css
<style>
span { border-color: #E740AD; }
span { border-color: rgb(231,64,173); }
td.TdClassName
{
border-color: #E740AD;
}
.TagClassName
{
border-color: #E740AD;
}
</style>