Shades of Persian Pink #E878C4
Tints of Persian Pink #E878C4
RGB
CMYK
RGB Variations
Color information
#E878C4 (or 0xE878C4) is known color: Persian Pink. HEX triplet: E8, 78 and C4. RGB value is (232,120,196). Sum of RGB (Red+Green+Blue) = 232+120+196=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E878C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878C4 is #17873B. Grayscale: #A1A1A1. Windows color (decimal): -1541948 or 12876008. OLE color: 12876008.
HSL color Cylindrical-coordinate representation of color #E878C4: hue angle of 319.29º 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 #E878C4 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 196 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.09 |
| HSL | 319.29º | 0.71% | 0.69% | - |
| HSV(B) | 319.29º | 0.48% | 0.91% | - |
| XYZ | 49.96 | 34.57 | 56.26 | - |
| YUV | 162.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 196 | 0 | 0.48 | 0.16 | 0.09 | 319.29 | 0.71 | 0.69 |
| Hex | E8 | 78 | C4 | 0 | 30 | 10 | 9 | 13F | 47 | 45 |
| Octal | 350 | 170 | 304 | 0 | 60 | 20 | 11 | 477 | 107 | 105 |
| Binary | 11101000 | 1111000 | 11000100 | 0 | 110000 | 10000 | 1001 | 100111111 | 1000111 | 1000101 |
Color Harmonies of #E878C4
Complementary color
Monochromatic Colors of #E878C4
Black with #E878C4
Text Example
Text Example
White with #E878C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878C4; }
p { color: rgb(232,120,196); }
H1.HeaderClassName
{
color: #E878C4;
}
.AnyTagClassName
{
color: #E878C4;
}
</style>
background-color css
<style>
a { background-color: #E878C4; }
a { background-color: rgb(232,120,196); }
div.DivClassName
{
background-color: #E878C4;
}
.BgClassName
{
background-color: #E878C4;
}
</style>
border-color css
<style>
span { border-color: #E878C4; }
span { border-color: rgb(232,120,196); }
td.TdClassName
{
border-color: #E878C4;
}
.TagClassName
{
border-color: #E878C4;
}
</style>