Shades of Persian Pink #E878AB
Tints of Persian Pink #E878AB
RGB
CMYK
RGB Variations
Color information
#E878AB (or 0xE878AB) is known color: Persian Pink. HEX triplet: E8, 78 and AB. RGB value is (232,120,171). Sum of RGB (Red+Green+Blue) = 232+120+171=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E878AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E878AB is #178754. Grayscale: #9F9F9F. Windows color (decimal): -1541973 or 11237608. OLE color: 11237608.
HSL color Cylindrical-coordinate representation of color #E878AB: hue angle of 332.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E878AB is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 171 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.09 |
| HSL | 332.68º | 0.71% | 0.69% | - |
| HSV(B) | 332.68º | 0.48% | 0.91% | - |
| XYZ | 47.35 | 33.53 | 42.5 | - |
| YUV | 159.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 171 | 0 | 0.48 | 0.26 | 0.09 | 332.68 | 0.71 | 0.69 |
| Hex | E8 | 78 | AB | 0 | 30 | 1A | 9 | 14D | 47 | 45 |
| Octal | 350 | 170 | 253 | 0 | 60 | 32 | 11 | 515 | 107 | 105 |
| Binary | 11101000 | 1111000 | 10101011 | 0 | 110000 | 11010 | 1001 | 101001101 | 1000111 | 1000101 |
Color Harmonies of #E878AB
Complementary color
Monochromatic Colors of #E878AB
Black with #E878AB
Text Example
Text Example
White with #E878AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878AB; }
p { color: rgb(232,120,171); }
H1.HeaderClassName
{
color: #E878AB;
}
.AnyTagClassName
{
color: #E878AB;
}
</style>
background-color css
<style>
a { background-color: #E878AB; }
a { background-color: rgb(232,120,171); }
div.DivClassName
{
background-color: #E878AB;
}
.BgClassName
{
background-color: #E878AB;
}
</style>
border-color css
<style>
span { border-color: #E878AB; }
span { border-color: rgb(232,120,171); }
td.TdClassName
{
border-color: #E878AB;
}
.TagClassName
{
border-color: #E878AB;
}
</style>