Shades of Persian Pink #EF81BB
Tints of Persian Pink #EF81BB
RGB
CMYK
RGB Variations
Color information
#EF81BB (or 0xEF81BB) is known color: Persian Pink. HEX triplet: EF, 81 and BB. RGB value is (239,129,187). Sum of RGB (Red+Green+Blue) = 239+129+187=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81BB is #107E44. Grayscale: #A8A8A8. Windows color (decimal): -1080901 or 12288495. OLE color: 12288495.
HSL color Cylindrical-coordinate representation of color #EF81BB: hue angle of 328.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 #EF81BB is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 187 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.06 |
| HSL | 328.36º | 0.77% | 0.72% | - |
| HSV(B) | 328.36º | 0.46% | 0.94% | - |
| XYZ | 52.42 | 37.64 | 51.52 | - |
| YUV | 168.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 187 | 0 | 0.46 | 0.22 | 0.06 | 328.36 | 0.77 | 0.72 |
| Hex | EF | 81 | BB | 0 | 2E | 16 | 6 | 148 | 4D | 48 |
| Octal | 357 | 201 | 273 | 0 | 56 | 26 | 6 | 510 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10111011 | 0 | 101110 | 10110 | 110 | 101001000 | 1001101 | 1001000 |
Color Harmonies of #EF81BB
Complementary color
Monochromatic Colors of #EF81BB
Black with #EF81BB
Text Example
Text Example
White with #EF81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81BB; }
p { color: rgb(239,129,187); }
H1.HeaderClassName
{
color: #EF81BB;
}
.AnyTagClassName
{
color: #EF81BB;
}
</style>
background-color css
<style>
a { background-color: #EF81BB; }
a { background-color: rgb(239,129,187); }
div.DivClassName
{
background-color: #EF81BB;
}
.BgClassName
{
background-color: #EF81BB;
}
</style>
border-color css
<style>
span { border-color: #EF81BB; }
span { border-color: rgb(239,129,187); }
td.TdClassName
{
border-color: #EF81BB;
}
.TagClassName
{
border-color: #EF81BB;
}
</style>