Shades of Persian Pink #EE80BC
Tints of Persian Pink #EE80BC
RGB
CMYK
RGB Variations
Color information
#EE80BC (or 0xEE80BC) is known color: Persian Pink. HEX triplet: EE, 80 and BC. RGB value is (238,128,188). Sum of RGB (Red+Green+Blue) = 238+128+188=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80BC is #117F43. Grayscale: #A7A7A7. Windows color (decimal): -1146692 or 12353774. OLE color: 12353774.
HSL color Cylindrical-coordinate representation of color #EE80BC: hue angle of 327.27º 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 #EE80BC is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 188 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.07 |
| HSL | 327.27º | 0.76% | 0.72% | - |
| HSV(B) | 327.27º | 0.46% | 0.93% | - |
| XYZ | 52.06 | 37.25 | 52.02 | - |
| YUV | 167.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 188 | 0 | 0.46 | 0.21 | 0.07 | 327.27 | 0.76 | 0.72 |
| Hex | EE | 80 | BC | 0 | 2E | 15 | 7 | 147 | 4C | 48 |
| Octal | 356 | 200 | 274 | 0 | 56 | 25 | 7 | 507 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10111100 | 0 | 101110 | 10101 | 111 | 101000111 | 1001100 | 1001000 |
Color Harmonies of #EE80BC
Complementary color
Monochromatic Colors of #EE80BC
Black with #EE80BC
Text Example
Text Example
White with #EE80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80BC; }
p { color: rgb(238,128,188); }
H1.HeaderClassName
{
color: #EE80BC;
}
.AnyTagClassName
{
color: #EE80BC;
}
</style>
background-color css
<style>
a { background-color: #EE80BC; }
a { background-color: rgb(238,128,188); }
div.DivClassName
{
background-color: #EE80BC;
}
.BgClassName
{
background-color: #EE80BC;
}
</style>
border-color css
<style>
span { border-color: #EE80BC; }
span { border-color: rgb(238,128,188); }
td.TdClassName
{
border-color: #EE80BC;
}
.TagClassName
{
border-color: #EE80BC;
}
</style>