Shades of Persian Pink #E873BE
Tints of Persian Pink #E873BE
RGB
CMYK
RGB Variations
Color information
#E873BE (or 0xE873BE) is known color: Persian Pink. HEX triplet: E8, 73 and BE. RGB value is (232,115,190). Sum of RGB (Red+Green+Blue) = 232+115+190=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E873BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873BE is #178C41. Grayscale: #9E9E9E. Windows color (decimal): -1543234 or 12481512. OLE color: 12481512.
HSL color Cylindrical-coordinate representation of color #E873BE: hue angle of 321.54º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873BE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 190 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.09 |
| HSL | 321.54º | 0.72% | 0.68% | - |
| HSV(B) | 321.54º | 0.5% | 0.91% | - |
| XYZ | 48.7 | 33.13 | 52.54 | - |
| YUV | 158.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 190 | 0 | 0.50 | 0.18 | 0.09 | 321.54 | 0.72 | 0.68 |
| Hex | E8 | 73 | BE | 0 | 32 | 12 | 9 | 142 | 48 | 44 |
| Octal | 350 | 163 | 276 | 0 | 62 | 22 | 11 | 502 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10111110 | 0 | 110010 | 10010 | 1001 | 101000010 | 1001000 | 1000100 |
Color Harmonies of #E873BE
Complementary color
Monochromatic Colors of #E873BE
Black with #E873BE
Text Example
Text Example
White with #E873BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873BE; }
p { color: rgb(232,115,190); }
H1.HeaderClassName
{
color: #E873BE;
}
.AnyTagClassName
{
color: #E873BE;
}
</style>
background-color css
<style>
a { background-color: #E873BE; }
a { background-color: rgb(232,115,190); }
div.DivClassName
{
background-color: #E873BE;
}
.BgClassName
{
background-color: #E873BE;
}
</style>
border-color css
<style>
span { border-color: #E873BE; }
span { border-color: rgb(232,115,190); }
td.TdClassName
{
border-color: #E873BE;
}
.TagClassName
{
border-color: #E873BE;
}
</style>