Shades of Persian Rose #E738AD
Tints of Persian Rose #E738AD
RGB
CMYK
RGB Variations
Color information
#E738AD (or 0xE738AD) is known color: Persian Rose. HEX triplet: E7, 38 and AD. RGB value is (231,56,173). Sum of RGB (Red+Green+Blue) = 231+56+173=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E738AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E738AD is #18C752. Grayscale: #797979. Windows color (decimal): -1623891 or 11352295. OLE color: 11352295.
HSL color Cylindrical-coordinate representation of color #E738AD: hue angle of 319.89º degrees, saturation: 0.78, 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 #E738AD is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 173 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.09 |
| HSL | 319.89º | 0.78% | 0.56% | - |
| HSV(B) | 319.89º | 0.76% | 0.91% | - |
| XYZ | 41.91 | 22.83 | 41.73 | - |
| YUV | 121.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 173 | 0 | 0.76 | 0.25 | 0.09 | 319.89 | 0.78 | 0.56 |
| Hex | E7 | 38 | AD | 0 | 4C | 19 | 9 | 140 | 4E | 38 |
| Octal | 347 | 70 | 255 | 0 | 114 | 31 | 11 | 500 | 116 | 70 |
| Binary | 11100111 | 111000 | 10101101 | 0 | 1001100 | 11001 | 1001 | 101000000 | 1001110 | 111000 |
Color Harmonies of #E738AD
Complementary color
Monochromatic Colors of #E738AD
Black with #E738AD
Text Example
Text Example
White with #E738AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E738AD; }
p { color: rgb(231,56,173); }
H1.HeaderClassName
{
color: #E738AD;
}
.AnyTagClassName
{
color: #E738AD;
}
</style>
background-color css
<style>
a { background-color: #E738AD; }
a { background-color: rgb(231,56,173); }
div.DivClassName
{
background-color: #E738AD;
}
.BgClassName
{
background-color: #E738AD;
}
</style>
border-color css
<style>
span { border-color: #E738AD; }
span { border-color: rgb(231,56,173); }
td.TdClassName
{
border-color: #E738AD;
}
.TagClassName
{
border-color: #E738AD;
}
</style>