Shades of Persian Pink #EF81B4
Tints of Persian Pink #EF81B4
RGB
CMYK
RGB Variations
Color information
#EF81B4 (or 0xEF81B4) is known color: Persian Pink. HEX triplet: EF, 81 and B4. RGB value is (239,129,180). Sum of RGB (Red+Green+Blue) = 239+129+180=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81B4 is #107E4B. Grayscale: #A7A7A7. Windows color (decimal): -1080908 or 11829743. OLE color: 11829743.
HSL color Cylindrical-coordinate representation of color #EF81B4: hue angle of 332.18º 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 #EF81B4 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 180 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.06 |
| HSL | 332.18º | 0.77% | 0.72% | - |
| HSV(B) | 332.18º | 0.46% | 0.94% | - |
| XYZ | 51.69 | 37.35 | 47.66 | - |
| YUV | 167.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 180 | 0 | 0.46 | 0.25 | 0.06 | 332.18 | 0.77 | 0.72 |
| Hex | EF | 81 | B4 | 0 | 2E | 19 | 6 | 14C | 4D | 48 |
| Octal | 357 | 201 | 264 | 0 | 56 | 31 | 6 | 514 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10110100 | 0 | 101110 | 11001 | 110 | 101001100 | 1001101 | 1001000 |
Color Harmonies of #EF81B4
Complementary color
Monochromatic Colors of #EF81B4
Black with #EF81B4
Text Example
Text Example
White with #EF81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81B4; }
p { color: rgb(239,129,180); }
H1.HeaderClassName
{
color: #EF81B4;
}
.AnyTagClassName
{
color: #EF81B4;
}
</style>
background-color css
<style>
a { background-color: #EF81B4; }
a { background-color: rgb(239,129,180); }
div.DivClassName
{
background-color: #EF81B4;
}
.BgClassName
{
background-color: #EF81B4;
}
</style>
border-color css
<style>
span { border-color: #EF81B4; }
span { border-color: rgb(239,129,180); }
td.TdClassName
{
border-color: #EF81B4;
}
.TagClassName
{
border-color: #EF81B4;
}
</style>