Shades of Persian Pink #E985B9
Tints of Persian Pink #E985B9
RGB
CMYK
RGB Variations
Color information
#E985B9 (or 0xE985B9) is known color: Persian Pink. HEX triplet: E9, 85 and B9. RGB value is (233,133,185). Sum of RGB (Red+Green+Blue) = 233+133+185=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E985B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985B9 is #167A46. Grayscale: #A8A8A8. Windows color (decimal): -1473095 or 12158441. OLE color: 12158441.
HSL color Cylindrical-coordinate representation of color #E985B9: hue angle of 328.8º 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 #E985B9 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 185 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.09 |
| HSL | 328.8º | 0.69% | 0.72% | - |
| HSV(B) | 328.8º | 0.43% | 0.91% | - |
| XYZ | 50.75 | 37.6 | 50.48 | - |
| YUV | 168.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 185 | 0 | 0.43 | 0.21 | 0.09 | 328.8 | 0.69 | 0.72 |
| Hex | E9 | 85 | B9 | 0 | 2B | 15 | 9 | 149 | 45 | 48 |
| Octal | 351 | 205 | 271 | 0 | 53 | 25 | 11 | 511 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10111001 | 0 | 101011 | 10101 | 1001 | 101001001 | 1000101 | 1001000 |
Color Harmonies of #E985B9
Complementary color
Monochromatic Colors of #E985B9
Black with #E985B9
Text Example
Text Example
White with #E985B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985B9; }
p { color: rgb(233,133,185); }
H1.HeaderClassName
{
color: #E985B9;
}
.AnyTagClassName
{
color: #E985B9;
}
</style>
background-color css
<style>
a { background-color: #E985B9; }
a { background-color: rgb(233,133,185); }
div.DivClassName
{
background-color: #E985B9;
}
.BgClassName
{
background-color: #E985B9;
}
</style>
border-color css
<style>
span { border-color: #E985B9; }
span { border-color: rgb(233,133,185); }
td.TdClassName
{
border-color: #E985B9;
}
.TagClassName
{
border-color: #E985B9;
}
</style>