Shades of Persian Pink #EF81B0
Tints of Persian Pink #EF81B0
RGB
CMYK
RGB Variations
Color information
#EF81B0 (or 0xEF81B0) is known color: Persian Pink. HEX triplet: EF, 81 and B0. RGB value is (239,129,176). Sum of RGB (Red+Green+Blue) = 239+129+176=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF81B0 is #107E4F. Grayscale: #A7A7A7. Windows color (decimal): -1080912 or 11567599. OLE color: 11567599.
HSL color Cylindrical-coordinate representation of color #EF81B0: hue angle of 334.36º degrees, saturation: 0.77, 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 #EF81B0 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 176 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.06 |
| HSL | 334.36º | 0.77% | 0.72% | - |
| HSV(B) | 334.36º | 0.46% | 0.94% | - |
| XYZ | 51.28 | 37.19 | 45.55 | - |
| YUV | 167.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 176 | 0 | 0.46 | 0.26 | 0.06 | 334.36 | 0.77 | 0.72 |
| Hex | EF | 81 | B0 | 0 | 2E | 1A | 6 | 14E | 4D | 48 |
| Octal | 357 | 201 | 260 | 0 | 56 | 32 | 6 | 516 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10110000 | 0 | 101110 | 11010 | 110 | 101001110 | 1001101 | 1001000 |
Color Harmonies of #EF81B0
Complementary color
Monochromatic Colors of #EF81B0
Black with #EF81B0
Text Example
Text Example
White with #EF81B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81B0; }
p { color: rgb(239,129,176); }
H1.HeaderClassName
{
color: #EF81B0;
}
.AnyTagClassName
{
color: #EF81B0;
}
</style>
background-color css
<style>
a { background-color: #EF81B0; }
a { background-color: rgb(239,129,176); }
div.DivClassName
{
background-color: #EF81B0;
}
.BgClassName
{
background-color: #EF81B0;
}
</style>
border-color css
<style>
span { border-color: #EF81B0; }
span { border-color: rgb(239,129,176); }
td.TdClassName
{
border-color: #EF81B0;
}
.TagClassName
{
border-color: #EF81B0;
}
</style>