Shades of Persian Pink #E874B8
Tints of Persian Pink #E874B8
RGB
CMYK
RGB Variations
Color information
#E874B8 (or 0xE874B8) is known color: Persian Pink. HEX triplet: E8, 74 and B8. RGB value is (232,116,184). Sum of RGB (Red+Green+Blue) = 232+116+184=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E874B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874B8 is #178B47. Grayscale: #9E9E9E. Windows color (decimal): -1542984 or 12088552. OLE color: 12088552.
HSL color Cylindrical-coordinate representation of color #E874B8: hue angle of 324.83º 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 #E874B8 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 184 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.09 |
| HSL | 324.83º | 0.72% | 0.68% | - |
| HSV(B) | 324.83º | 0.5% | 0.91% | - |
| XYZ | 48.18 | 33.11 | 49.2 | - |
| YUV | 158.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 184 | 0 | 0.50 | 0.21 | 0.09 | 324.83 | 0.72 | 0.68 |
| Hex | E8 | 74 | B8 | 0 | 32 | 15 | 9 | 145 | 48 | 44 |
| Octal | 350 | 164 | 270 | 0 | 62 | 25 | 11 | 505 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10111000 | 0 | 110010 | 10101 | 1001 | 101000101 | 1001000 | 1000100 |
Color Harmonies of #E874B8
Complementary color
Monochromatic Colors of #E874B8
Black with #E874B8
Text Example
Text Example
White with #E874B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874B8; }
p { color: rgb(232,116,184); }
H1.HeaderClassName
{
color: #E874B8;
}
.AnyTagClassName
{
color: #E874B8;
}
</style>
background-color css
<style>
a { background-color: #E874B8; }
a { background-color: rgb(232,116,184); }
div.DivClassName
{
background-color: #E874B8;
}
.BgClassName
{
background-color: #E874B8;
}
</style>
border-color css
<style>
span { border-color: #E874B8; }
span { border-color: rgb(232,116,184); }
td.TdClassName
{
border-color: #E874B8;
}
.TagClassName
{
border-color: #E874B8;
}
</style>