Shades of Persian Rose #E938AD
Tints of Persian Rose #E938AD
RGB
CMYK
RGB Variations
Color information
#E938AD (or 0xE938AD) is known color: Persian Rose. HEX triplet: E9, 38 and AD. RGB value is (233,56,173). Sum of RGB (Red+Green+Blue) = 233+56+173=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E938AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E938AD is #16C752. Grayscale: #797979. Windows color (decimal): -1492819 or 11352297. OLE color: 11352297.
HSL color Cylindrical-coordinate representation of color #E938AD: hue angle of 320.34º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E938AD is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 173 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.09 |
| HSL | 320.34º | 0.8% | 0.57% | - |
| HSV(B) | 320.34º | 0.76% | 0.91% | - |
| XYZ | 42.56 | 23.17 | 41.76 | - |
| YUV | 122.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 173 | 0 | 0.76 | 0.26 | 0.09 | 320.34 | 0.8 | 0.57 |
| Hex | E9 | 38 | AD | 0 | 4C | 1A | 9 | 140 | 50 | 39 |
| Octal | 351 | 70 | 255 | 0 | 114 | 32 | 11 | 500 | 120 | 71 |
| Binary | 11101001 | 111000 | 10101101 | 0 | 1001100 | 11010 | 1001 | 101000000 | 1010000 | 111001 |
Color Harmonies of #E938AD
Complementary color
Monochromatic Colors of #E938AD
Black with #E938AD
Text Example
Text Example
White with #E938AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E938AD; }
p { color: rgb(233,56,173); }
H1.HeaderClassName
{
color: #E938AD;
}
.AnyTagClassName
{
color: #E938AD;
}
</style>
background-color css
<style>
a { background-color: #E938AD; }
a { background-color: rgb(233,56,173); }
div.DivClassName
{
background-color: #E938AD;
}
.BgClassName
{
background-color: #E938AD;
}
</style>
border-color css
<style>
span { border-color: #E938AD; }
span { border-color: rgb(233,56,173); }
td.TdClassName
{
border-color: #E938AD;
}
.TagClassName
{
border-color: #E938AD;
}
</style>