Shades of Persian Pink #EE80B9
Tints of Persian Pink #EE80B9
RGB
CMYK
RGB Variations
Color information
#EE80B9 (or 0xEE80B9) is known color: Persian Pink. HEX triplet: EE, 80 and B9. RGB value is (238,128,185). Sum of RGB (Red+Green+Blue) = 238+128+185=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80B9 is #117F46. Grayscale: #A7A7A7. Windows color (decimal): -1146695 or 12157166. OLE color: 12157166.
HSL color Cylindrical-coordinate representation of color #EE80B9: hue angle of 328.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80B9 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 185 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.07 |
| HSL | 328.91º | 0.76% | 0.72% | - |
| HSV(B) | 328.91º | 0.46% | 0.93% | - |
| XYZ | 51.74 | 37.12 | 50.34 | - |
| YUV | 167.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 185 | 0 | 0.46 | 0.22 | 0.07 | 328.91 | 0.76 | 0.72 |
| Hex | EE | 80 | B9 | 0 | 2E | 16 | 7 | 149 | 4C | 48 |
| Octal | 356 | 200 | 271 | 0 | 56 | 26 | 7 | 511 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10111001 | 0 | 101110 | 10110 | 111 | 101001001 | 1001100 | 1001000 |
Color Harmonies of #EE80B9
Complementary color
Monochromatic Colors of #EE80B9
Black with #EE80B9
Text Example
Text Example
White with #EE80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80B9; }
p { color: rgb(238,128,185); }
H1.HeaderClassName
{
color: #EE80B9;
}
.AnyTagClassName
{
color: #EE80B9;
}
</style>
background-color css
<style>
a { background-color: #EE80B9; }
a { background-color: rgb(238,128,185); }
div.DivClassName
{
background-color: #EE80B9;
}
.BgClassName
{
background-color: #EE80B9;
}
</style>
border-color css
<style>
span { border-color: #EE80B9; }
span { border-color: rgb(238,128,185); }
td.TdClassName
{
border-color: #EE80B9;
}
.TagClassName
{
border-color: #EE80B9;
}
</style>