Shades of Persian Pink #E874BB
Tints of Persian Pink #E874BB
RGB
CMYK
RGB Variations
Color information
#E874BB (or 0xE874BB) is known color: Persian Pink. HEX triplet: E8, 74 and BB. RGB value is (232,116,187). Sum of RGB (Red+Green+Blue) = 232+116+187=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E874BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874BB is #178B44. Grayscale: #9E9E9E. Windows color (decimal): -1542981 or 12285160. OLE color: 12285160.
HSL color Cylindrical-coordinate representation of color #E874BB: hue angle of 323.28º 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 #E874BB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 187 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.09 |
| HSL | 323.28º | 0.72% | 0.68% | - |
| HSV(B) | 323.28º | 0.5% | 0.91% | - |
| XYZ | 48.49 | 33.23 | 50.87 | - |
| YUV | 158.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 187 | 0 | 0.50 | 0.19 | 0.09 | 323.28 | 0.72 | 0.68 |
| Hex | E8 | 74 | BB | 0 | 32 | 13 | 9 | 143 | 48 | 44 |
| Octal | 350 | 164 | 273 | 0 | 62 | 23 | 11 | 503 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10111011 | 0 | 110010 | 10011 | 1001 | 101000011 | 1001000 | 1000100 |
Color Harmonies of #E874BB
Complementary color
Monochromatic Colors of #E874BB
Black with #E874BB
Text Example
Text Example
White with #E874BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874BB; }
p { color: rgb(232,116,187); }
H1.HeaderClassName
{
color: #E874BB;
}
.AnyTagClassName
{
color: #E874BB;
}
</style>
background-color css
<style>
a { background-color: #E874BB; }
a { background-color: rgb(232,116,187); }
div.DivClassName
{
background-color: #E874BB;
}
.BgClassName
{
background-color: #E874BB;
}
</style>
border-color css
<style>
span { border-color: #E874BB; }
span { border-color: rgb(232,116,187); }
td.TdClassName
{
border-color: #E874BB;
}
.TagClassName
{
border-color: #E874BB;
}
</style>