Shades of Persian Pink #E985B7
Tints of Persian Pink #E985B7
RGB
CMYK
RGB Variations
Color information
#E985B7 (or 0xE985B7) is known color: Persian Pink. HEX triplet: E9, 85 and B7. RGB value is (233,133,183). Sum of RGB (Red+Green+Blue) = 233+133+183=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E985B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985B7 is #167A48. Grayscale: #A8A8A8. Windows color (decimal): -1473097 or 12027369. OLE color: 12027369.
HSL color Cylindrical-coordinate representation of color #E985B7: hue angle of 330º degrees, saturation: 0.69, 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 #E985B7 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 183 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.09 |
| HSL | 330º | 0.69% | 0.72% | - |
| HSV(B) | 330º | 0.43% | 0.91% | - |
| XYZ | 50.54 | 37.52 | 49.38 | - |
| YUV | 168.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 183 | 0 | 0.43 | 0.21 | 0.09 | 330 | 0.69 | 0.72 |
| Hex | E9 | 85 | B7 | 0 | 2B | 15 | 9 | 14A | 45 | 48 |
| Octal | 351 | 205 | 267 | 0 | 53 | 25 | 11 | 512 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10110111 | 0 | 101011 | 10101 | 1001 | 101001010 | 1000101 | 1001000 |
Color Harmonies of #E985B7
Complementary color
Monochromatic Colors of #E985B7
Black with #E985B7
Text Example
Text Example
White with #E985B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985B7; }
p { color: rgb(233,133,183); }
H1.HeaderClassName
{
color: #E985B7;
}
.AnyTagClassName
{
color: #E985B7;
}
</style>
background-color css
<style>
a { background-color: #E985B7; }
a { background-color: rgb(233,133,183); }
div.DivClassName
{
background-color: #E985B7;
}
.BgClassName
{
background-color: #E985B7;
}
</style>
border-color css
<style>
span { border-color: #E985B7; }
span { border-color: rgb(233,133,183); }
td.TdClassName
{
border-color: #E985B7;
}
.TagClassName
{
border-color: #E985B7;
}
</style>