Shades of Persian Pink #EF80C1
Tints of Persian Pink #EF80C1
RGB
CMYK
RGB Variations
Color information
#EF80C1 (or 0xEF80C1) is known color: Persian Pink. HEX triplet: EF, 80 and C1. RGB value is (239,128,193). Sum of RGB (Red+Green+Blue) = 239+128+193=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80C1 is #107F3E. Grayscale: #A8A8A8. Windows color (decimal): -1081151 or 12681455. OLE color: 12681455.
HSL color Cylindrical-coordinate representation of color #EF80C1: hue angle of 324.86º 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 #EF80C1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 193 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.06 |
| HSL | 324.86º | 0.78% | 0.72% | - |
| HSV(B) | 324.86º | 0.46% | 0.94% | - |
| XYZ | 52.94 | 37.64 | 54.93 | - |
| YUV | 168.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 193 | 0 | 0.46 | 0.19 | 0.06 | 324.86 | 0.78 | 0.72 |
| Hex | EF | 80 | C1 | 0 | 2E | 13 | 6 | 145 | 4E | 48 |
| Octal | 357 | 200 | 301 | 0 | 56 | 23 | 6 | 505 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11000001 | 0 | 101110 | 10011 | 110 | 101000101 | 1001110 | 1001000 |
Color Harmonies of #EF80C1
Complementary color
Monochromatic Colors of #EF80C1
Black with #EF80C1
Text Example
Text Example
White with #EF80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80C1; }
p { color: rgb(239,128,193); }
H1.HeaderClassName
{
color: #EF80C1;
}
.AnyTagClassName
{
color: #EF80C1;
}
</style>
background-color css
<style>
a { background-color: #EF80C1; }
a { background-color: rgb(239,128,193); }
div.DivClassName
{
background-color: #EF80C1;
}
.BgClassName
{
background-color: #EF80C1;
}
</style>
border-color css
<style>
span { border-color: #EF80C1; }
span { border-color: rgb(239,128,193); }
td.TdClassName
{
border-color: #EF80C1;
}
.TagClassName
{
border-color: #EF80C1;
}
</style>