Shades of Persian Pink #EE85BC
Tints of Persian Pink #EE85BC
RGB
CMYK
RGB Variations
Color information
#EE85BC (or 0xEE85BC) is known color: Persian Pink. HEX triplet: EE, 85 and BC. RGB value is (238,133,188). Sum of RGB (Red+Green+Blue) = 238+133+188=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85BC is #117A43. Grayscale: #AAAAAA. Windows color (decimal): -1145412 or 12355054. OLE color: 12355054.
HSL color Cylindrical-coordinate representation of color #EE85BC: hue angle of 328.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85BC is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 188 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.07 |
| HSL | 328.57º | 0.76% | 0.73% | - |
| HSV(B) | 328.57º | 0.44% | 0.93% | - |
| XYZ | 52.72 | 38.58 | 52.25 | - |
| YUV | 170.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 188 | 0 | 0.44 | 0.21 | 0.07 | 328.57 | 0.76 | 0.73 |
| Hex | EE | 85 | BC | 0 | 2C | 15 | 7 | 149 | 4C | 49 |
| Octal | 356 | 205 | 274 | 0 | 54 | 25 | 7 | 511 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10111100 | 0 | 101100 | 10101 | 111 | 101001001 | 1001100 | 1001001 |
Color Harmonies of #EE85BC
Complementary color
Monochromatic Colors of #EE85BC
Black with #EE85BC
Text Example
Text Example
White with #EE85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85BC; }
p { color: rgb(238,133,188); }
H1.HeaderClassName
{
color: #EE85BC;
}
.AnyTagClassName
{
color: #EE85BC;
}
</style>
background-color css
<style>
a { background-color: #EE85BC; }
a { background-color: rgb(238,133,188); }
div.DivClassName
{
background-color: #EE85BC;
}
.BgClassName
{
background-color: #EE85BC;
}
</style>
border-color css
<style>
span { border-color: #EE85BC; }
span { border-color: rgb(238,133,188); }
td.TdClassName
{
border-color: #EE85BC;
}
.TagClassName
{
border-color: #EE85BC;
}
</style>