Shades of Persian Pink #E873C1
Tints of Persian Pink #E873C1
RGB
CMYK
RGB Variations
Color information
#E873C1 (or 0xE873C1) is known color: Persian Pink. HEX triplet: E8, 73 and C1. RGB value is (232,115,193). Sum of RGB (Red+Green+Blue) = 232+115+193=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E873C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873C1 is #178C3E. Grayscale: #9E9E9E. Windows color (decimal): -1543231 or 12678120. OLE color: 12678120.
HSL color Cylindrical-coordinate representation of color #E873C1: hue angle of 320º 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 #E873C1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 193 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.09 |
| HSL | 320º | 0.72% | 0.68% | - |
| HSV(B) | 320º | 0.5% | 0.91% | - |
| XYZ | 49.04 | 33.27 | 54.29 | - |
| YUV | 158.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 193 | 0 | 0.50 | 0.17 | 0.09 | 320 | 0.72 | 0.68 |
| Hex | E8 | 73 | C1 | 0 | 32 | 11 | 9 | 140 | 48 | 44 |
| Octal | 350 | 163 | 301 | 0 | 62 | 21 | 11 | 500 | 110 | 104 |
| Binary | 11101000 | 1110011 | 11000001 | 0 | 110010 | 10001 | 1001 | 101000000 | 1001000 | 1000100 |
Color Harmonies of #E873C1
Complementary color
Monochromatic Colors of #E873C1
Black with #E873C1
Text Example
Text Example
White with #E873C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873C1; }
p { color: rgb(232,115,193); }
H1.HeaderClassName
{
color: #E873C1;
}
.AnyTagClassName
{
color: #E873C1;
}
</style>
background-color css
<style>
a { background-color: #E873C1; }
a { background-color: rgb(232,115,193); }
div.DivClassName
{
background-color: #E873C1;
}
.BgClassName
{
background-color: #E873C1;
}
</style>
border-color css
<style>
span { border-color: #E873C1; }
span { border-color: rgb(232,115,193); }
td.TdClassName
{
border-color: #E873C1;
}
.TagClassName
{
border-color: #E873C1;
}
</style>