Shades of Persian Pink #E880B7
Tints of Persian Pink #E880B7
RGB
CMYK
RGB Variations
Color information
#E880B7 (or 0xE880B7) is known color: Persian Pink. HEX triplet: E8, 80 and B7. RGB value is (232,128,183). Sum of RGB (Red+Green+Blue) = 232+128+183=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E880B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880B7 is #177F48. Grayscale: #A5A5A5. Windows color (decimal): -1539913 or 12026088. OLE color: 12026088.
HSL color Cylindrical-coordinate representation of color #E880B7: hue angle of 328.27º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880B7 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 183 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.09 |
| HSL | 328.27º | 0.69% | 0.71% | - |
| HSV(B) | 328.27º | 0.45% | 0.91% | - |
| XYZ | 49.55 | 36.01 | 49.14 | - |
| YUV | 165.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 183 | 0 | 0.45 | 0.21 | 0.09 | 328.27 | 0.69 | 0.71 |
| Hex | E8 | 80 | B7 | 0 | 2D | 15 | 9 | 148 | 45 | 47 |
| Octal | 350 | 200 | 267 | 0 | 55 | 25 | 11 | 510 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10110111 | 0 | 101101 | 10101 | 1001 | 101001000 | 1000101 | 1000111 |
Color Harmonies of #E880B7
Complementary color
Monochromatic Colors of #E880B7
Black with #E880B7
Text Example
Text Example
White with #E880B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880B7; }
p { color: rgb(232,128,183); }
H1.HeaderClassName
{
color: #E880B7;
}
.AnyTagClassName
{
color: #E880B7;
}
</style>
background-color css
<style>
a { background-color: #E880B7; }
a { background-color: rgb(232,128,183); }
div.DivClassName
{
background-color: #E880B7;
}
.BgClassName
{
background-color: #E880B7;
}
</style>
border-color css
<style>
span { border-color: #E880B7; }
span { border-color: rgb(232,128,183); }
td.TdClassName
{
border-color: #E880B7;
}
.TagClassName
{
border-color: #E880B7;
}
</style>