Shades of Persian Pink #EE86BC
Tints of Persian Pink #EE86BC
RGB
CMYK
RGB Variations
Color information
#EE86BC (or 0xEE86BC) is known color: Persian Pink. HEX triplet: EE, 86 and BC. RGB value is (238,134,188). Sum of RGB (Red+Green+Blue) = 238+134+188=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86BC is #117943. Grayscale: #ABABAB. Windows color (decimal): -1145156 or 12355310. OLE color: 12355310.
HSL color Cylindrical-coordinate representation of color #EE86BC: hue angle of 328.85º degrees, saturation: 0.75, 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 #EE86BC is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 188 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.07 |
| HSL | 328.85º | 0.75% | 0.73% | - |
| HSV(B) | 328.85º | 0.44% | 0.93% | - |
| XYZ | 52.86 | 38.86 | 52.29 | - |
| YUV | 171.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 188 | 0 | 0.44 | 0.21 | 0.07 | 328.85 | 0.75 | 0.73 |
| Hex | EE | 86 | BC | 0 | 2C | 15 | 7 | 149 | 4B | 49 |
| Octal | 356 | 206 | 274 | 0 | 54 | 25 | 7 | 511 | 113 | 111 |
| Binary | 11101110 | 10000110 | 10111100 | 0 | 101100 | 10101 | 111 | 101001001 | 1001011 | 1001001 |
Color Harmonies of #EE86BC
Complementary color
Monochromatic Colors of #EE86BC
Black with #EE86BC
Text Example
Text Example
White with #EE86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86BC; }
p { color: rgb(238,134,188); }
H1.HeaderClassName
{
color: #EE86BC;
}
.AnyTagClassName
{
color: #EE86BC;
}
</style>
background-color css
<style>
a { background-color: #EE86BC; }
a { background-color: rgb(238,134,188); }
div.DivClassName
{
background-color: #EE86BC;
}
.BgClassName
{
background-color: #EE86BC;
}
</style>
border-color css
<style>
span { border-color: #EE86BC; }
span { border-color: rgb(238,134,188); }
td.TdClassName
{
border-color: #EE86BC;
}
.TagClassName
{
border-color: #EE86BC;
}
</style>