Shades of Persian Pink #EE80BA
Tints of Persian Pink #EE80BA
RGB
CMYK
RGB Variations
Color information
#EE80BA (or 0xEE80BA) is known color: Persian Pink. HEX triplet: EE, 80 and BA. RGB value is (238,128,186). Sum of RGB (Red+Green+Blue) = 238+128+186=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80BA is #117F45. Grayscale: #A7A7A7. Windows color (decimal): -1146694 or 12222702. OLE color: 12222702.
HSL color Cylindrical-coordinate representation of color #EE80BA: hue angle of 328.36º 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 #EE80BA is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 186 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.07 |
| HSL | 328.36º | 0.76% | 0.72% | - |
| HSV(B) | 328.36º | 0.46% | 0.93% | - |
| XYZ | 51.84 | 37.16 | 50.89 | - |
| YUV | 167.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 186 | 0 | 0.46 | 0.22 | 0.07 | 328.36 | 0.76 | 0.72 |
| Hex | EE | 80 | BA | 0 | 2E | 16 | 7 | 148 | 4C | 48 |
| Octal | 356 | 200 | 272 | 0 | 56 | 26 | 7 | 510 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10111010 | 0 | 101110 | 10110 | 111 | 101001000 | 1001100 | 1001000 |
Color Harmonies of #EE80BA
Complementary color
Monochromatic Colors of #EE80BA
Black with #EE80BA
Text Example
Text Example
White with #EE80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80BA; }
p { color: rgb(238,128,186); }
H1.HeaderClassName
{
color: #EE80BA;
}
.AnyTagClassName
{
color: #EE80BA;
}
</style>
background-color css
<style>
a { background-color: #EE80BA; }
a { background-color: rgb(238,128,186); }
div.DivClassName
{
background-color: #EE80BA;
}
.BgClassName
{
background-color: #EE80BA;
}
</style>
border-color css
<style>
span { border-color: #EE80BA; }
span { border-color: rgb(238,128,186); }
td.TdClassName
{
border-color: #EE80BA;
}
.TagClassName
{
border-color: #EE80BA;
}
</style>