Shades of Persian Pink #EF80C0
Tints of Persian Pink #EF80C0
RGB
CMYK
RGB Variations
Color information
#EF80C0 (or 0xEF80C0) is known color: Persian Pink. HEX triplet: EF, 80 and C0. RGB value is (239,128,192). Sum of RGB (Red+Green+Blue) = 239+128+192=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80C0 is #107F3F. Grayscale: #A8A8A8. Windows color (decimal): -1081152 or 12615919. OLE color: 12615919.
HSL color Cylindrical-coordinate representation of color #EF80C0: hue angle of 325.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80C0 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 192 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.06 |
| HSL | 325.41º | 0.78% | 0.72% | - |
| HSV(B) | 325.41º | 0.46% | 0.94% | - |
| XYZ | 52.83 | 37.59 | 54.34 | - |
| YUV | 168.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 192 | 0 | 0.46 | 0.20 | 0.06 | 325.41 | 0.78 | 0.72 |
| Hex | EF | 80 | C0 | 0 | 2E | 14 | 6 | 145 | 4E | 48 |
| Octal | 357 | 200 | 300 | 0 | 56 | 24 | 6 | 505 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11000000 | 0 | 101110 | 10100 | 110 | 101000101 | 1001110 | 1001000 |
Color Harmonies of #EF80C0
Complementary color
Monochromatic Colors of #EF80C0
Black with #EF80C0
Text Example
Text Example
White with #EF80C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80C0; }
p { color: rgb(239,128,192); }
H1.HeaderClassName
{
color: #EF80C0;
}
.AnyTagClassName
{
color: #EF80C0;
}
</style>
background-color css
<style>
a { background-color: #EF80C0; }
a { background-color: rgb(239,128,192); }
div.DivClassName
{
background-color: #EF80C0;
}
.BgClassName
{
background-color: #EF80C0;
}
</style>
border-color css
<style>
span { border-color: #EF80C0; }
span { border-color: rgb(239,128,192); }
td.TdClassName
{
border-color: #EF80C0;
}
.TagClassName
{
border-color: #EF80C0;
}
</style>