Shades of Persian Pink #E372AF
Tints of Persian Pink #E372AF
RGB
CMYK
RGB Variations
Color information
#E372AF (or 0xE372AF) is known color: Persian Pink. HEX triplet: E3, 72 and AF. RGB value is (227,114,175). Sum of RGB (Red+Green+Blue) = 227+114+175=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E372AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E372AF is #1C8D50. Grayscale: #9A9A9A. Windows color (decimal): -1871185 or 11498211. OLE color: 11498211.
HSL color Cylindrical-coordinate representation of color #E372AF: hue angle of 327.61º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372AF is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 175 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.11 |
| HSL | 327.61º | 0.67% | 0.67% | - |
| HSV(B) | 327.61º | 0.5% | 0.89% | - |
| XYZ | 45.43 | 31.46 | 44.24 | - |
| YUV | 154.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 175 | 0 | 0.50 | 0.23 | 0.11 | 327.61 | 0.67 | 0.67 |
| Hex | E3 | 72 | AF | 0 | 32 | 17 | B | 148 | 43 | 43 |
| Octal | 343 | 162 | 257 | 0 | 62 | 27 | 13 | 510 | 103 | 103 |
| Binary | 11100011 | 1110010 | 10101111 | 0 | 110010 | 10111 | 1011 | 101001000 | 1000011 | 1000011 |
Color Harmonies of #E372AF
Complementary color
Monochromatic Colors of #E372AF
Black with #E372AF
Text Example
Text Example
White with #E372AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372AF; }
p { color: rgb(227,114,175); }
H1.HeaderClassName
{
color: #E372AF;
}
.AnyTagClassName
{
color: #E372AF;
}
</style>
background-color css
<style>
a { background-color: #E372AF; }
a { background-color: rgb(227,114,175); }
div.DivClassName
{
background-color: #E372AF;
}
.BgClassName
{
background-color: #E372AF;
}
</style>
border-color css
<style>
span { border-color: #E372AF; }
span { border-color: rgb(227,114,175); }
td.TdClassName
{
border-color: #E372AF;
}
.TagClassName
{
border-color: #E372AF;
}
</style>