Shades of Persian Pink #E37AAE
Tints of Persian Pink #E37AAE
RGB
CMYK
RGB Variations
Color information
#E37AAE (or 0xE37AAE) is known color: Persian Pink. HEX triplet: E3, 7A and AE. RGB value is (227,122,174). Sum of RGB (Red+Green+Blue) = 227+122+174=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37AAE is #1C8551. Grayscale: #9F9F9F. Windows color (decimal): -1869138 or 11434723. OLE color: 11434723.
HSL color Cylindrical-coordinate representation of color #E37AAE: hue angle of 330.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 #E37AAE is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 174 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.11 |
| HSL | 330.29º | 0.65% | 0.68% | - |
| HSV(B) | 330.29º | 0.46% | 0.89% | - |
| XYZ | 46.28 | 33.31 | 44.03 | - |
| YUV | 159.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 174 | 0 | 0.46 | 0.23 | 0.11 | 330.29 | 0.65 | 0.68 |
| Hex | E3 | 7A | AE | 0 | 2E | 17 | B | 14A | 41 | 44 |
| Octal | 343 | 172 | 256 | 0 | 56 | 27 | 13 | 512 | 101 | 104 |
| Binary | 11100011 | 1111010 | 10101110 | 0 | 101110 | 10111 | 1011 | 101001010 | 1000001 | 1000100 |
Color Harmonies of #E37AAE
Complementary color
Monochromatic Colors of #E37AAE
Black with #E37AAE
Text Example
Text Example
White with #E37AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AAE; }
p { color: rgb(227,122,174); }
H1.HeaderClassName
{
color: #E37AAE;
}
.AnyTagClassName
{
color: #E37AAE;
}
</style>
background-color css
<style>
a { background-color: #E37AAE; }
a { background-color: rgb(227,122,174); }
div.DivClassName
{
background-color: #E37AAE;
}
.BgClassName
{
background-color: #E37AAE;
}
</style>
border-color css
<style>
span { border-color: #E37AAE; }
span { border-color: rgb(227,122,174); }
td.TdClassName
{
border-color: #E37AAE;
}
.TagClassName
{
border-color: #E37AAE;
}
</style>