Shades of Persian Pink #EE80B7
Tints of Persian Pink #EE80B7
RGB
CMYK
RGB Variations
Color information
#EE80B7 (or 0xEE80B7) is known color: Persian Pink. HEX triplet: EE, 80 and B7. RGB value is (238,128,183). Sum of RGB (Red+Green+Blue) = 238+128+183=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80B7 is #117F48. Grayscale: #A7A7A7. Windows color (decimal): -1146697 or 12026094. OLE color: 12026094.
HSL color Cylindrical-coordinate representation of color #EE80B7: hue angle of 330º 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 #EE80B7 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 183 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.07 |
| HSL | 330º | 0.76% | 0.72% | - |
| HSV(B) | 330º | 0.46% | 0.93% | - |
| XYZ | 51.53 | 37.03 | 49.23 | - |
| YUV | 167.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 183 | 0 | 0.46 | 0.23 | 0.07 | 330 | 0.76 | 0.72 |
| Hex | EE | 80 | B7 | 0 | 2E | 17 | 7 | 14A | 4C | 48 |
| Octal | 356 | 200 | 267 | 0 | 56 | 27 | 7 | 512 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10110111 | 0 | 101110 | 10111 | 111 | 101001010 | 1001100 | 1001000 |
Color Harmonies of #EE80B7
Complementary color
Monochromatic Colors of #EE80B7
Black with #EE80B7
Text Example
Text Example
White with #EE80B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80B7; }
p { color: rgb(238,128,183); }
H1.HeaderClassName
{
color: #EE80B7;
}
.AnyTagClassName
{
color: #EE80B7;
}
</style>
background-color css
<style>
a { background-color: #EE80B7; }
a { background-color: rgb(238,128,183); }
div.DivClassName
{
background-color: #EE80B7;
}
.BgClassName
{
background-color: #EE80B7;
}
</style>
border-color css
<style>
span { border-color: #EE80B7; }
span { border-color: rgb(238,128,183); }
td.TdClassName
{
border-color: #EE80B7;
}
.TagClassName
{
border-color: #EE80B7;
}
</style>