Shades of Persian Pink #E885B7
Tints of Persian Pink #E885B7
RGB
CMYK
RGB Variations
Color information
#E885B7 (or 0xE885B7) is known color: Persian Pink. HEX triplet: E8, 85 and B7. RGB value is (232,133,183). Sum of RGB (Red+Green+Blue) = 232+133+183=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E885B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885B7 is #177A48. Grayscale: #A8A8A8. Windows color (decimal): -1538633 or 12027368. OLE color: 12027368.
HSL color Cylindrical-coordinate representation of color #E885B7: hue angle of 329.7º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885B7 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 183 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.09 |
| HSL | 329.7º | 0.68% | 0.72% | - |
| HSV(B) | 329.7º | 0.43% | 0.91% | - |
| XYZ | 50.21 | 37.35 | 49.36 | - |
| YUV | 168.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 183 | 0 | 0.43 | 0.21 | 0.09 | 329.7 | 0.68 | 0.72 |
| Hex | E8 | 85 | B7 | 0 | 2B | 15 | 9 | 14A | 44 | 48 |
| Octal | 350 | 205 | 267 | 0 | 53 | 25 | 11 | 512 | 104 | 110 |
| Binary | 11101000 | 10000101 | 10110111 | 0 | 101011 | 10101 | 1001 | 101001010 | 1000100 | 1001000 |
Color Harmonies of #E885B7
Complementary color
Monochromatic Colors of #E885B7
Black with #E885B7
Text Example
Text Example
White with #E885B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885B7; }
p { color: rgb(232,133,183); }
H1.HeaderClassName
{
color: #E885B7;
}
.AnyTagClassName
{
color: #E885B7;
}
</style>
background-color css
<style>
a { background-color: #E885B7; }
a { background-color: rgb(232,133,183); }
div.DivClassName
{
background-color: #E885B7;
}
.BgClassName
{
background-color: #E885B7;
}
</style>
border-color css
<style>
span { border-color: #E885B7; }
span { border-color: rgb(232,133,183); }
td.TdClassName
{
border-color: #E885B7;
}
.TagClassName
{
border-color: #E885B7;
}
</style>