Shades of Persian Pink #E373AD
Tints of Persian Pink #E373AD
RGB
CMYK
RGB Variations
Color information
#E373AD (or 0xE373AD) is known color: Persian Pink. HEX triplet: E3, 73 and AD. RGB value is (227,115,173). Sum of RGB (Red+Green+Blue) = 227+115+173=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E373AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E373AD is #1C8C52. Grayscale: #9A9A9A. Windows color (decimal): -1870931 or 11367395. OLE color: 11367395.
HSL color Cylindrical-coordinate representation of color #E373AD: hue angle of 328.93º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373AD is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 173 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.11 |
| HSL | 328.93º | 0.67% | 0.67% | - |
| HSV(B) | 328.93º | 0.49% | 0.89% | - |
| XYZ | 45.35 | 31.61 | 43.25 | - |
| YUV | 155.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 173 | 0 | 0.49 | 0.24 | 0.11 | 328.93 | 0.67 | 0.67 |
| Hex | E3 | 73 | AD | 0 | 31 | 18 | B | 149 | 43 | 43 |
| Octal | 343 | 163 | 255 | 0 | 61 | 30 | 13 | 511 | 103 | 103 |
| Binary | 11100011 | 1110011 | 10101101 | 0 | 110001 | 11000 | 1011 | 101001001 | 1000011 | 1000011 |
Color Harmonies of #E373AD
Complementary color
Monochromatic Colors of #E373AD
Black with #E373AD
Text Example
Text Example
White with #E373AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373AD; }
p { color: rgb(227,115,173); }
H1.HeaderClassName
{
color: #E373AD;
}
.AnyTagClassName
{
color: #E373AD;
}
</style>
background-color css
<style>
a { background-color: #E373AD; }
a { background-color: rgb(227,115,173); }
div.DivClassName
{
background-color: #E373AD;
}
.BgClassName
{
background-color: #E373AD;
}
</style>
border-color css
<style>
span { border-color: #E373AD; }
span { border-color: rgb(227,115,173); }
td.TdClassName
{
border-color: #E373AD;
}
.TagClassName
{
border-color: #E373AD;
}
</style>