Shades of Persian Pink #E876BE
Tints of Persian Pink #E876BE
RGB
CMYK
RGB Variations
Color information
#E876BE (or 0xE876BE) is known color: Persian Pink. HEX triplet: E8, 76 and BE. RGB value is (232,118,190). Sum of RGB (Red+Green+Blue) = 232+118+190=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E876BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876BE is #178941. Grayscale: #A0A0A0. Windows color (decimal): -1542466 or 12482280. OLE color: 12482280.
HSL color Cylindrical-coordinate representation of color #E876BE: hue angle of 322.11º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E876BE is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 190 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.09 |
| HSL | 322.11º | 0.71% | 0.69% | - |
| HSV(B) | 322.11º | 0.49% | 0.91% | - |
| XYZ | 49.05 | 33.83 | 52.66 | - |
| YUV | 160.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 190 | 0 | 0.49 | 0.18 | 0.09 | 322.11 | 0.71 | 0.69 |
| Hex | E8 | 76 | BE | 0 | 31 | 12 | 9 | 142 | 47 | 45 |
| Octal | 350 | 166 | 276 | 0 | 61 | 22 | 11 | 502 | 107 | 105 |
| Binary | 11101000 | 1110110 | 10111110 | 0 | 110001 | 10010 | 1001 | 101000010 | 1000111 | 1000101 |
Color Harmonies of #E876BE
Complementary color
Monochromatic Colors of #E876BE
Black with #E876BE
Text Example
Text Example
White with #E876BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E876BE; }
p { color: rgb(232,118,190); }
H1.HeaderClassName
{
color: #E876BE;
}
.AnyTagClassName
{
color: #E876BE;
}
</style>
background-color css
<style>
a { background-color: #E876BE; }
a { background-color: rgb(232,118,190); }
div.DivClassName
{
background-color: #E876BE;
}
.BgClassName
{
background-color: #E876BE;
}
</style>
border-color css
<style>
span { border-color: #E876BE; }
span { border-color: rgb(232,118,190); }
td.TdClassName
{
border-color: #E876BE;
}
.TagClassName
{
border-color: #E876BE;
}
</style>