Shades of Persian Pink #E376AE
Tints of Persian Pink #E376AE
RGB
CMYK
RGB Variations
Color information
#E376AE (or 0xE376AE) is known color: Persian Pink. HEX triplet: E3, 76 and AE. RGB value is (227,118,174). Sum of RGB (Red+Green+Blue) = 227+118+174=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E376AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E376AE is #1C8951. Grayscale: #9C9C9C. Windows color (decimal): -1870162 or 11433699. OLE color: 11433699.
HSL color Cylindrical-coordinate representation of color #E376AE: hue angle of 329.17º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E376AE is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 174 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.11 |
| HSL | 329.17º | 0.66% | 0.68% | - |
| HSV(B) | 329.17º | 0.48% | 0.89% | - |
| XYZ | 45.8 | 32.34 | 43.87 | - |
| YUV | 156.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 174 | 0 | 0.48 | 0.23 | 0.11 | 329.17 | 0.66 | 0.68 |
| Hex | E3 | 76 | AE | 0 | 30 | 17 | B | 149 | 42 | 44 |
| Octal | 343 | 166 | 256 | 0 | 60 | 27 | 13 | 511 | 102 | 104 |
| Binary | 11100011 | 1110110 | 10101110 | 0 | 110000 | 10111 | 1011 | 101001001 | 1000010 | 1000100 |
Color Harmonies of #E376AE
Complementary color
Monochromatic Colors of #E376AE
Black with #E376AE
Text Example
Text Example
White with #E376AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376AE; }
p { color: rgb(227,118,174); }
H1.HeaderClassName
{
color: #E376AE;
}
.AnyTagClassName
{
color: #E376AE;
}
</style>
background-color css
<style>
a { background-color: #E376AE; }
a { background-color: rgb(227,118,174); }
div.DivClassName
{
background-color: #E376AE;
}
.BgClassName
{
background-color: #E376AE;
}
</style>
border-color css
<style>
span { border-color: #E376AE; }
span { border-color: rgb(227,118,174); }
td.TdClassName
{
border-color: #E376AE;
}
.TagClassName
{
border-color: #E376AE;
}
</style>