Shades of Persian Pink #E985BE
Tints of Persian Pink #E985BE
RGB
CMYK
RGB Variations
Color information
#E985BE (or 0xE985BE) is known color: Persian Pink. HEX triplet: E9, 85 and BE. RGB value is (233,133,190). Sum of RGB (Red+Green+Blue) = 233+133+190=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E985BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985BE is #167A41. Grayscale: #A9A9A9. Windows color (decimal): -1473090 or 12486121. OLE color: 12486121.
HSL color Cylindrical-coordinate representation of color #E985BE: hue angle of 325.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 #E985BE is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 190 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.09 |
| HSL | 325.8º | 0.69% | 0.72% | - |
| HSV(B) | 325.8º | 0.43% | 0.91% | - |
| XYZ | 51.29 | 37.82 | 53.31 | - |
| YUV | 169.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 190 | 0 | 0.43 | 0.18 | 0.09 | 325.8 | 0.69 | 0.72 |
| Hex | E9 | 85 | BE | 0 | 2B | 12 | 9 | 146 | 45 | 48 |
| Octal | 351 | 205 | 276 | 0 | 53 | 22 | 11 | 506 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10111110 | 0 | 101011 | 10010 | 1001 | 101000110 | 1000101 | 1001000 |
Color Harmonies of #E985BE
Complementary color
Monochromatic Colors of #E985BE
Black with #E985BE
Text Example
Text Example
White with #E985BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985BE; }
p { color: rgb(233,133,190); }
H1.HeaderClassName
{
color: #E985BE;
}
.AnyTagClassName
{
color: #E985BE;
}
</style>
background-color css
<style>
a { background-color: #E985BE; }
a { background-color: rgb(233,133,190); }
div.DivClassName
{
background-color: #E985BE;
}
.BgClassName
{
background-color: #E985BE;
}
</style>
border-color css
<style>
span { border-color: #E985BE; }
span { border-color: rgb(233,133,190); }
td.TdClassName
{
border-color: #E985BE;
}
.TagClassName
{
border-color: #E985BE;
}
</style>