Shades of Persian Pink #EE85B7
Tints of Persian Pink #EE85B7
RGB
CMYK
RGB Variations
Color information
#EE85B7 (or 0xEE85B7) is known color: Persian Pink. HEX triplet: EE, 85 and B7. RGB value is (238,133,183). Sum of RGB (Red+Green+Blue) = 238+133+183=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85B7 is #117A48. Grayscale: #AAAAAA. Windows color (decimal): -1145417 or 12027374. OLE color: 12027374.
HSL color Cylindrical-coordinate representation of color #EE85B7: hue angle of 331.43º 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 #EE85B7 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 183 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.07 |
| HSL | 331.43º | 0.76% | 0.73% | - |
| HSV(B) | 331.43º | 0.44% | 0.93% | - |
| XYZ | 52.19 | 38.37 | 49.46 | - |
| YUV | 170.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 183 | 0 | 0.44 | 0.23 | 0.07 | 331.43 | 0.76 | 0.73 |
| Hex | EE | 85 | B7 | 0 | 2C | 17 | 7 | 14B | 4C | 49 |
| Octal | 356 | 205 | 267 | 0 | 54 | 27 | 7 | 513 | 114 | 111 |
| Binary | 11101110 | 10000101 | 10110111 | 0 | 101100 | 10111 | 111 | 101001011 | 1001100 | 1001001 |
Color Harmonies of #EE85B7
Complementary color
Monochromatic Colors of #EE85B7
Black with #EE85B7
Text Example
Text Example
White with #EE85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85B7; }
p { color: rgb(238,133,183); }
H1.HeaderClassName
{
color: #EE85B7;
}
.AnyTagClassName
{
color: #EE85B7;
}
</style>
background-color css
<style>
a { background-color: #EE85B7; }
a { background-color: rgb(238,133,183); }
div.DivClassName
{
background-color: #EE85B7;
}
.BgClassName
{
background-color: #EE85B7;
}
</style>
border-color css
<style>
span { border-color: #EE85B7; }
span { border-color: rgb(238,133,183); }
td.TdClassName
{
border-color: #EE85B7;
}
.TagClassName
{
border-color: #EE85B7;
}
</style>