Shades of Persian Pink #EE85BD
Tints of Persian Pink #EE85BD
RGB
CMYK
RGB Variations
Color information
#EE85BD (or 0xEE85BD) is known color: Persian Pink. HEX triplet: EE, 85 and BD. RGB value is (238,133,189). Sum of RGB (Red+Green+Blue) = 238+133+189=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85BD is #117A42. Grayscale: #AAAAAA. Windows color (decimal): -1145411 or 12420590. OLE color: 12420590.
HSL color Cylindrical-coordinate representation of color #EE85BD: hue angle of 328º 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 #EE85BD is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 189 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.07 |
| HSL | 328º | 0.76% | 0.73% | - |
| HSV(B) | 328º | 0.44% | 0.93% | - |
| XYZ | 52.83 | 38.63 | 52.82 | - |
| YUV | 170.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 189 | 0 | 0.44 | 0.21 | 0.07 | 328 | 0.76 | 0.73 |
| Hex | EE | 85 | BD | 0 | 2C | 15 | 7 | 148 | 4C | 49 |
| Octal | 356 | 205 | 275 | 0 | 54 | 25 | 7 | 510 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10111101 | 0 | 101100 | 10101 | 111 | 101001000 | 1001100 | 1001001 |
Color Harmonies of #EE85BD
Complementary color
Monochromatic Colors of #EE85BD
Black with #EE85BD
Text Example
Text Example
White with #EE85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85BD; }
p { color: rgb(238,133,189); }
H1.HeaderClassName
{
color: #EE85BD;
}
.AnyTagClassName
{
color: #EE85BD;
}
</style>
background-color css
<style>
a { background-color: #EE85BD; }
a { background-color: rgb(238,133,189); }
div.DivClassName
{
background-color: #EE85BD;
}
.BgClassName
{
background-color: #EE85BD;
}
</style>
border-color css
<style>
span { border-color: #EE85BD; }
span { border-color: rgb(238,133,189); }
td.TdClassName
{
border-color: #EE85BD;
}
.TagClassName
{
border-color: #EE85BD;
}
</style>