Shades of Persian Pink #EF80B2
Tints of Persian Pink #EF80B2
RGB
CMYK
RGB Variations
Color information
#EF80B2 (or 0xEF80B2) is known color: Persian Pink. HEX triplet: EF, 80 and B2. RGB value is (239,128,178). Sum of RGB (Red+Green+Blue) = 239+128+178=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF80B2 is #107F4D. Grayscale: #A6A6A6. Windows color (decimal): -1081166 or 11698415. OLE color: 11698415.
HSL color Cylindrical-coordinate representation of color #EF80B2: hue angle of 332.97º 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 #EF80B2 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 178 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.06 |
| HSL | 332.97º | 0.78% | 0.72% | - |
| HSV(B) | 332.97º | 0.46% | 0.94% | - |
| XYZ | 51.35 | 37 | 46.56 | - |
| YUV | 166.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 178 | 0 | 0.46 | 0.26 | 0.06 | 332.97 | 0.78 | 0.72 |
| Hex | EF | 80 | B2 | 0 | 2E | 1A | 6 | 14D | 4E | 48 |
| Octal | 357 | 200 | 262 | 0 | 56 | 32 | 6 | 515 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10110010 | 0 | 101110 | 11010 | 110 | 101001101 | 1001110 | 1001000 |
Color Harmonies of #EF80B2
Complementary color
Monochromatic Colors of #EF80B2
Black with #EF80B2
Text Example
Text Example
White with #EF80B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80B2; }
p { color: rgb(239,128,178); }
H1.HeaderClassName
{
color: #EF80B2;
}
.AnyTagClassName
{
color: #EF80B2;
}
</style>
background-color css
<style>
a { background-color: #EF80B2; }
a { background-color: rgb(239,128,178); }
div.DivClassName
{
background-color: #EF80B2;
}
.BgClassName
{
background-color: #EF80B2;
}
</style>
border-color css
<style>
span { border-color: #EF80B2; }
span { border-color: rgb(239,128,178); }
td.TdClassName
{
border-color: #EF80B2;
}
.TagClassName
{
border-color: #EF80B2;
}
</style>