Shades of Persian Pink #E878B5
Tints of Persian Pink #E878B5
RGB
CMYK
RGB Variations
Color information
#E878B5 (or 0xE878B5) is known color: Persian Pink. HEX triplet: E8, 78 and B5. RGB value is (232,120,181). Sum of RGB (Red+Green+Blue) = 232+120+181=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E878B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878B5 is #17874A. Grayscale: #A0A0A0. Windows color (decimal): -1541963 or 11892968. OLE color: 11892968.
HSL color Cylindrical-coordinate representation of color #E878B5: hue angle of 327.32º 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 #E878B5 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 181 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.09 |
| HSL | 327.32º | 0.71% | 0.69% | - |
| HSV(B) | 327.32º | 0.48% | 0.91% | - |
| XYZ | 48.34 | 33.92 | 47.72 | - |
| YUV | 160.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 181 | 0 | 0.48 | 0.22 | 0.09 | 327.32 | 0.71 | 0.69 |
| Hex | E8 | 78 | B5 | 0 | 30 | 16 | 9 | 147 | 47 | 45 |
| Octal | 350 | 170 | 265 | 0 | 60 | 26 | 11 | 507 | 107 | 105 |
| Binary | 11101000 | 1111000 | 10110101 | 0 | 110000 | 10110 | 1001 | 101000111 | 1000111 | 1000101 |
Color Harmonies of #E878B5
Complementary color
Monochromatic Colors of #E878B5
Black with #E878B5
Text Example
Text Example
White with #E878B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878B5; }
p { color: rgb(232,120,181); }
H1.HeaderClassName
{
color: #E878B5;
}
.AnyTagClassName
{
color: #E878B5;
}
</style>
background-color css
<style>
a { background-color: #E878B5; }
a { background-color: rgb(232,120,181); }
div.DivClassName
{
background-color: #E878B5;
}
.BgClassName
{
background-color: #E878B5;
}
</style>
border-color css
<style>
span { border-color: #E878B5; }
span { border-color: rgb(232,120,181); }
td.TdClassName
{
border-color: #E878B5;
}
.TagClassName
{
border-color: #E878B5;
}
</style>