Shades of Persian Pink #E888BB
Tints of Persian Pink #E888BB
RGB
CMYK
RGB Variations
Color information
#E888BB (or 0xE888BB) is known color: Persian Pink. HEX triplet: E8, 88 and BB. RGB value is (232,136,187). Sum of RGB (Red+Green+Blue) = 232+136+187=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E888BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E888BB is #177744. Grayscale: #AAAAAA. Windows color (decimal): -1537861 or 12290280. OLE color: 12290280.
HSL color Cylindrical-coordinate representation of color #E888BB: hue angle of 328.12º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E888BB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 187 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.09 |
| HSL | 328.13º | 0.68% | 0.72% | - |
| HSV(B) | 328.13º | 0.41% | 0.91% | - |
| XYZ | 51.05 | 38.35 | 51.73 | - |
| YUV | 170.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 187 | 0 | 0.41 | 0.19 | 0.09 | 328.13 | 0.68 | 0.72 |
| Hex | E8 | 88 | BB | 0 | 29 | 13 | 9 | 148 | 44 | 48 |
| Octal | 350 | 210 | 273 | 0 | 51 | 23 | 11 | 510 | 104 | 110 |
| Binary | 11101000 | 10001000 | 10111011 | 0 | 101001 | 10011 | 1001 | 101001000 | 1000100 | 1001000 |
Color Harmonies of #E888BB
Complementary color
Monochromatic Colors of #E888BB
Black with #E888BB
Text Example
Text Example
White with #E888BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E888BB; }
p { color: rgb(232,136,187); }
H1.HeaderClassName
{
color: #E888BB;
}
.AnyTagClassName
{
color: #E888BB;
}
</style>
background-color css
<style>
a { background-color: #E888BB; }
a { background-color: rgb(232,136,187); }
div.DivClassName
{
background-color: #E888BB;
}
.BgClassName
{
background-color: #E888BB;
}
</style>
border-color css
<style>
span { border-color: #E888BB; }
span { border-color: rgb(232,136,187); }
td.TdClassName
{
border-color: #E888BB;
}
.TagClassName
{
border-color: #E888BB;
}
</style>