Shades of Persian Pink #E37ABC
Tints of Persian Pink #E37ABC
RGB
CMYK
RGB Variations
Color information
#E37ABC (or 0xE37ABC) is known color: Persian Pink. HEX triplet: E3, 7A and BC. RGB value is (227,122,188). Sum of RGB (Red+Green+Blue) = 227+122+188=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ABC is #1C8543. Grayscale: #A0A0A0. Windows color (decimal): -1869124 or 12352227. OLE color: 12352227.
HSL color Cylindrical-coordinate representation of color #E37ABC: hue angle of 322.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37ABC is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 188 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.11 |
| HSL | 322.29º | 0.65% | 0.68% | - |
| HSV(B) | 322.29º | 0.46% | 0.89% | - |
| XYZ | 47.72 | 33.88 | 51.6 | - |
| YUV | 160.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 188 | 0 | 0.46 | 0.17 | 0.11 | 322.29 | 0.65 | 0.68 |
| Hex | E3 | 7A | BC | 0 | 2E | 11 | B | 142 | 41 | 44 |
| Octal | 343 | 172 | 274 | 0 | 56 | 21 | 13 | 502 | 101 | 104 |
| Binary | 11100011 | 1111010 | 10111100 | 0 | 101110 | 10001 | 1011 | 101000010 | 1000001 | 1000100 |
Color Harmonies of #E37ABC
Complementary color
Monochromatic Colors of #E37ABC
Black with #E37ABC
Text Example
Text Example
White with #E37ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ABC; }
p { color: rgb(227,122,188); }
H1.HeaderClassName
{
color: #E37ABC;
}
.AnyTagClassName
{
color: #E37ABC;
}
</style>
background-color css
<style>
a { background-color: #E37ABC; }
a { background-color: rgb(227,122,188); }
div.DivClassName
{
background-color: #E37ABC;
}
.BgClassName
{
background-color: #E37ABC;
}
</style>
border-color css
<style>
span { border-color: #E37ABC; }
span { border-color: rgb(227,122,188); }
td.TdClassName
{
border-color: #E37ABC;
}
.TagClassName
{
border-color: #E37ABC;
}
</style>