Shades of Persian Pink #E37AAF
Tints of Persian Pink #E37AAF
RGB
CMYK
RGB Variations
Color information
#E37AAF (or 0xE37AAF) is known color: Persian Pink. HEX triplet: E3, 7A and AF. RGB value is (227,122,175). Sum of RGB (Red+Green+Blue) = 227+122+175=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37AAF is #1C8550. Grayscale: #9F9F9F. Windows color (decimal): -1869137 or 11500259. OLE color: 11500259.
HSL color Cylindrical-coordinate representation of color #E37AAF: hue angle of 329.71º 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 #E37AAF is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 175 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.11 |
| HSL | 329.71º | 0.65% | 0.68% | - |
| HSV(B) | 329.71º | 0.46% | 0.89% | - |
| XYZ | 46.38 | 33.35 | 44.55 | - |
| YUV | 159.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 175 | 0 | 0.46 | 0.23 | 0.11 | 329.71 | 0.65 | 0.68 |
| Hex | E3 | 7A | AF | 0 | 2E | 17 | B | 14A | 41 | 44 |
| Octal | 343 | 172 | 257 | 0 | 56 | 27 | 13 | 512 | 101 | 104 |
| Binary | 11100011 | 1111010 | 10101111 | 0 | 101110 | 10111 | 1011 | 101001010 | 1000001 | 1000100 |
Color Harmonies of #E37AAF
Complementary color
Monochromatic Colors of #E37AAF
Black with #E37AAF
Text Example
Text Example
White with #E37AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AAF; }
p { color: rgb(227,122,175); }
H1.HeaderClassName
{
color: #E37AAF;
}
.AnyTagClassName
{
color: #E37AAF;
}
</style>
background-color css
<style>
a { background-color: #E37AAF; }
a { background-color: rgb(227,122,175); }
div.DivClassName
{
background-color: #E37AAF;
}
.BgClassName
{
background-color: #E37AAF;
}
</style>
border-color css
<style>
span { border-color: #E37AAF; }
span { border-color: rgb(227,122,175); }
td.TdClassName
{
border-color: #E37AAF;
}
.TagClassName
{
border-color: #E37AAF;
}
</style>