Shades of Persian Pink #E870BB
Tints of Persian Pink #E870BB
RGB
CMYK
RGB Variations
Color information
#E870BB (or 0xE870BB) is known color: Persian Pink. HEX triplet: E8, 70 and BB. RGB value is (232,112,187). Sum of RGB (Red+Green+Blue) = 232+112+187=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E870BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870BB is #178F44. Grayscale: #9C9C9C. Windows color (decimal): -1544005 or 12284136. OLE color: 12284136.
HSL color Cylindrical-coordinate representation of color #E870BB: hue angle of 322.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E870BB is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 187 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.09 |
| HSL | 322.5º | 0.72% | 0.67% | - |
| HSV(B) | 322.5º | 0.52% | 0.91% | - |
| XYZ | 48.04 | 32.33 | 50.72 | - |
| YUV | 156.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 187 | 0 | 0.52 | 0.19 | 0.09 | 322.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | BB | 0 | 34 | 13 | 9 | 142 | 48 | 43 |
| Octal | 350 | 160 | 273 | 0 | 64 | 23 | 11 | 502 | 110 | 103 |
| Binary | 11101000 | 1110000 | 10111011 | 0 | 110100 | 10011 | 1001 | 101000010 | 1001000 | 1000011 |
Color Harmonies of #E870BB
Complementary color
Monochromatic Colors of #E870BB
Black with #E870BB
Text Example
Text Example
White with #E870BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E870BB; }
p { color: rgb(232,112,187); }
H1.HeaderClassName
{
color: #E870BB;
}
.AnyTagClassName
{
color: #E870BB;
}
</style>
background-color css
<style>
a { background-color: #E870BB; }
a { background-color: rgb(232,112,187); }
div.DivClassName
{
background-color: #E870BB;
}
.BgClassName
{
background-color: #E870BB;
}
</style>
border-color css
<style>
span { border-color: #E870BB; }
span { border-color: rgb(232,112,187); }
td.TdClassName
{
border-color: #E870BB;
}
.TagClassName
{
border-color: #E870BB;
}
</style>