Shades of Persian Pink #E873B8
Tints of Persian Pink #E873B8
RGB
CMYK
RGB Variations
Color information
#E873B8 (or 0xE873B8) is known color: Persian Pink. HEX triplet: E8, 73 and B8. RGB value is (232,115,184). Sum of RGB (Red+Green+Blue) = 232+115+184=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E873B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873B8 is #178C47. Grayscale: #9D9D9D. Windows color (decimal): -1543240 or 12088296. OLE color: 12088296.
HSL color Cylindrical-coordinate representation of color #E873B8: hue angle of 324.62º 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 #E873B8 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 184 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.09 |
| HSL | 324.62º | 0.72% | 0.68% | - |
| HSV(B) | 324.62º | 0.5% | 0.91% | - |
| XYZ | 48.06 | 32.88 | 49.16 | - |
| YUV | 157.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 184 | 0 | 0.50 | 0.21 | 0.09 | 324.62 | 0.72 | 0.68 |
| Hex | E8 | 73 | B8 | 0 | 32 | 15 | 9 | 145 | 48 | 44 |
| Octal | 350 | 163 | 270 | 0 | 62 | 25 | 11 | 505 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10111000 | 0 | 110010 | 10101 | 1001 | 101000101 | 1001000 | 1000100 |
Color Harmonies of #E873B8
Complementary color
Monochromatic Colors of #E873B8
Black with #E873B8
Text Example
Text Example
White with #E873B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873B8; }
p { color: rgb(232,115,184); }
H1.HeaderClassName
{
color: #E873B8;
}
.AnyTagClassName
{
color: #E873B8;
}
</style>
background-color css
<style>
a { background-color: #E873B8; }
a { background-color: rgb(232,115,184); }
div.DivClassName
{
background-color: #E873B8;
}
.BgClassName
{
background-color: #E873B8;
}
</style>
border-color css
<style>
span { border-color: #E873B8; }
span { border-color: rgb(232,115,184); }
td.TdClassName
{
border-color: #E873B8;
}
.TagClassName
{
border-color: #E873B8;
}
</style>