Shades of Persian Pink #EE86BD
Tints of Persian Pink #EE86BD
RGB
CMYK
RGB Variations
Color information
#EE86BD (or 0xEE86BD) is known color: Persian Pink. HEX triplet: EE, 86 and BD. RGB value is (238,134,189). Sum of RGB (Red+Green+Blue) = 238+134+189=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86BD is #117942. Grayscale: #ABABAB. Windows color (decimal): -1145155 or 12420846. OLE color: 12420846.
HSL color Cylindrical-coordinate representation of color #EE86BD: hue angle of 328.27º 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 #EE86BD is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 189 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.07 |
| HSL | 328.27º | 0.75% | 0.73% | - |
| HSV(B) | 328.27º | 0.44% | 0.93% | - |
| XYZ | 52.97 | 38.9 | 52.86 | - |
| YUV | 171.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 189 | 0 | 0.44 | 0.21 | 0.07 | 328.27 | 0.75 | 0.73 |
| Hex | EE | 86 | BD | 0 | 2C | 15 | 7 | 148 | 4B | 49 |
| Octal | 356 | 206 | 275 | 0 | 54 | 25 | 7 | 510 | 113 | 111 |
| Binary | 11101110 | 10000110 | 10111101 | 0 | 101100 | 10101 | 111 | 101001000 | 1001011 | 1001001 |
Color Harmonies of #EE86BD
Complementary color
Monochromatic Colors of #EE86BD
Black with #EE86BD
Text Example
Text Example
White with #EE86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86BD; }
p { color: rgb(238,134,189); }
H1.HeaderClassName
{
color: #EE86BD;
}
.AnyTagClassName
{
color: #EE86BD;
}
</style>
background-color css
<style>
a { background-color: #EE86BD; }
a { background-color: rgb(238,134,189); }
div.DivClassName
{
background-color: #EE86BD;
}
.BgClassName
{
background-color: #EE86BD;
}
</style>
border-color css
<style>
span { border-color: #EE86BD; }
span { border-color: rgb(238,134,189); }
td.TdClassName
{
border-color: #EE86BD;
}
.TagClassName
{
border-color: #EE86BD;
}
</style>