Shades of Persian Pink #E879C0
Tints of Persian Pink #E879C0
RGB
CMYK
RGB Variations
Color information
#E879C0 (or 0xE879C0) is known color: Persian Pink. HEX triplet: E8, 79 and C0. RGB value is (232,121,192). Sum of RGB (Red+Green+Blue) = 232+121+192=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E879C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879C0 is #17863F. Grayscale: #A2A2A2. Windows color (decimal): -1541696 or 12614120. OLE color: 12614120.
HSL color Cylindrical-coordinate representation of color #E879C0: hue angle of 321.62º 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 #E879C0 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 192 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.09 |
| HSL | 321.62º | 0.71% | 0.69% | - |
| HSV(B) | 321.62º | 0.48% | 0.91% | - |
| XYZ | 49.63 | 34.64 | 53.94 | - |
| YUV | 162.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 192 | 0 | 0.48 | 0.17 | 0.09 | 321.62 | 0.71 | 0.69 |
| Hex | E8 | 79 | C0 | 0 | 30 | 11 | 9 | 142 | 47 | 45 |
| Octal | 350 | 171 | 300 | 0 | 60 | 21 | 11 | 502 | 107 | 105 |
| Binary | 11101000 | 1111001 | 11000000 | 0 | 110000 | 10001 | 1001 | 101000010 | 1000111 | 1000101 |
Color Harmonies of #E879C0
Complementary color
Monochromatic Colors of #E879C0
Black with #E879C0
Text Example
Text Example
White with #E879C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E879C0; }
p { color: rgb(232,121,192); }
H1.HeaderClassName
{
color: #E879C0;
}
.AnyTagClassName
{
color: #E879C0;
}
</style>
background-color css
<style>
a { background-color: #E879C0; }
a { background-color: rgb(232,121,192); }
div.DivClassName
{
background-color: #E879C0;
}
.BgClassName
{
background-color: #E879C0;
}
</style>
border-color css
<style>
span { border-color: #E879C0; }
span { border-color: rgb(232,121,192); }
td.TdClassName
{
border-color: #E879C0;
}
.TagClassName
{
border-color: #E879C0;
}
</style>