Shades of Persian Rose #E937AD
Tints of Persian Rose #E937AD
RGB
CMYK
RGB Variations
Color information
#E937AD (or 0xE937AD) is known color: Persian Rose. HEX triplet: E9, 37 and AD. RGB value is (233,55,173). Sum of RGB (Red+Green+Blue) = 233+55+173=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E937AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E937AD is #16C852. Grayscale: #797979. Windows color (decimal): -1493075 or 11352041. OLE color: 11352041.
HSL color Cylindrical-coordinate representation of color #E937AD: hue angle of 320.22º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E937AD is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 173 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.09 |
| HSL | 320.22º | 0.8% | 0.56% | - |
| HSV(B) | 320.22º | 0.76% | 0.91% | - |
| XYZ | 42.51 | 23.07 | 41.75 | - |
| YUV | 121.67 | 156.97 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 173 | 0 | 0.76 | 0.26 | 0.09 | 320.22 | 0.8 | 0.56 |
| Hex | E9 | 37 | AD | 0 | 4C | 1A | 9 | 140 | 50 | 38 |
| Octal | 351 | 67 | 255 | 0 | 114 | 32 | 11 | 500 | 120 | 70 |
| Binary | 11101001 | 110111 | 10101101 | 0 | 1001100 | 11010 | 1001 | 101000000 | 1010000 | 111000 |
Color Harmonies of #E937AD
Complementary color
Monochromatic Colors of #E937AD
Black with #E937AD
Text Example
Text Example
White with #E937AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E937AD; }
p { color: rgb(233,55,173); }
H1.HeaderClassName
{
color: #E937AD;
}
.AnyTagClassName
{
color: #E937AD;
}
</style>
background-color css
<style>
a { background-color: #E937AD; }
a { background-color: rgb(233,55,173); }
div.DivClassName
{
background-color: #E937AD;
}
.BgClassName
{
background-color: #E937AD;
}
</style>
border-color css
<style>
span { border-color: #E937AD; }
span { border-color: rgb(233,55,173); }
td.TdClassName
{
border-color: #E937AD;
}
.TagClassName
{
border-color: #E937AD;
}
</style>