Shades of Persian Pink #E377AB
Tints of Persian Pink #E377AB
RGB
CMYK
RGB Variations
Color information
#E377AB (or 0xE377AB) is known color: Persian Pink. HEX triplet: E3, 77 and AB. RGB value is (227,119,171). Sum of RGB (Red+Green+Blue) = 227+119+171=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E377AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E377AB is #1C8854. Grayscale: #9D9D9D. Windows color (decimal): -1869909 or 11237347. OLE color: 11237347.
HSL color Cylindrical-coordinate representation of color #E377AB: hue angle of 331.11º 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 #E377AB is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 171 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.11 |
| HSL | 331.11º | 0.66% | 0.68% | - |
| HSV(B) | 331.11º | 0.48% | 0.89% | - |
| XYZ | 45.63 | 32.46 | 42.39 | - |
| YUV | 157.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 171 | 0 | 0.48 | 0.25 | 0.11 | 331.11 | 0.66 | 0.68 |
| Hex | E3 | 77 | AB | 0 | 30 | 19 | B | 14B | 42 | 44 |
| Octal | 343 | 167 | 253 | 0 | 60 | 31 | 13 | 513 | 102 | 104 |
| Binary | 11100011 | 1110111 | 10101011 | 0 | 110000 | 11001 | 1011 | 101001011 | 1000010 | 1000100 |
Color Harmonies of #E377AB
Complementary color
Monochromatic Colors of #E377AB
Black with #E377AB
Text Example
Text Example
White with #E377AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E377AB; }
p { color: rgb(227,119,171); }
H1.HeaderClassName
{
color: #E377AB;
}
.AnyTagClassName
{
color: #E377AB;
}
</style>
background-color css
<style>
a { background-color: #E377AB; }
a { background-color: rgb(227,119,171); }
div.DivClassName
{
background-color: #E377AB;
}
.BgClassName
{
background-color: #E377AB;
}
</style>
border-color css
<style>
span { border-color: #E377AB; }
span { border-color: rgb(227,119,171); }
td.TdClassName
{
border-color: #E377AB;
}
.TagClassName
{
border-color: #E377AB;
}
</style>