Shades of Persian Pink #E677AB
Tints of Persian Pink #E677AB
RGB
CMYK
RGB Variations
Color information
#E677AB (or 0xE677AB) is known color: Persian Pink. HEX triplet: E6, 77 and AB. RGB value is (230,119,171). Sum of RGB (Red+Green+Blue) = 230+119+171=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E677AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E677AB is #198854. Grayscale: #9E9E9E. Windows color (decimal): -1673301 or 11237350. OLE color: 11237350.
HSL color Cylindrical-coordinate representation of color #E677AB: hue angle of 331.89º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E677AB is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 171 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.10 |
| HSL | 331.89º | 0.69% | 0.68% | - |
| HSV(B) | 331.89º | 0.48% | 0.9% | - |
| XYZ | 46.58 | 32.96 | 42.43 | - |
| YUV | 158.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 171 | 0 | 0.48 | 0.26 | 0.10 | 331.89 | 0.69 | 0.68 |
| Hex | E6 | 77 | AB | 0 | 30 | 1A | A | 14C | 45 | 44 |
| Octal | 346 | 167 | 253 | 0 | 60 | 32 | 12 | 514 | 105 | 104 |
| Binary | 11100110 | 1110111 | 10101011 | 0 | 110000 | 11010 | 1010 | 101001100 | 1000101 | 1000100 |
Color Harmonies of #E677AB
Complementary color
Monochromatic Colors of #E677AB
Black with #E677AB
Text Example
Text Example
White with #E677AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E677AB; }
p { color: rgb(230,119,171); }
H1.HeaderClassName
{
color: #E677AB;
}
.AnyTagClassName
{
color: #E677AB;
}
</style>
background-color css
<style>
a { background-color: #E677AB; }
a { background-color: rgb(230,119,171); }
div.DivClassName
{
background-color: #E677AB;
}
.BgClassName
{
background-color: #E677AB;
}
</style>
border-color css
<style>
span { border-color: #E677AB; }
span { border-color: rgb(230,119,171); }
td.TdClassName
{
border-color: #E677AB;
}
.TagClassName
{
border-color: #E677AB;
}
</style>