Shades of Persian Pink #EF81B2
Tints of Persian Pink #EF81B2
RGB
CMYK
RGB Variations
Color information
#EF81B2 (or 0xEF81B2) is known color: Persian Pink. HEX triplet: EF, 81 and B2. RGB value is (239,129,178). Sum of RGB (Red+Green+Blue) = 239+129+178=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF81B2 is #107E4D. Grayscale: #A7A7A7. Windows color (decimal): -1080910 or 11698671. OLE color: 11698671.
HSL color Cylindrical-coordinate representation of color #EF81B2: hue angle of 333.27º 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 #EF81B2 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 178 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.06 |
| HSL | 333.27º | 0.77% | 0.72% | - |
| HSV(B) | 333.27º | 0.46% | 0.94% | - |
| XYZ | 51.48 | 37.27 | 46.6 | - |
| YUV | 167.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 178 | 0 | 0.46 | 0.26 | 0.06 | 333.27 | 0.77 | 0.72 |
| Hex | EF | 81 | B2 | 0 | 2E | 1A | 6 | 14D | 4D | 48 |
| Octal | 357 | 201 | 262 | 0 | 56 | 32 | 6 | 515 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10110010 | 0 | 101110 | 11010 | 110 | 101001101 | 1001101 | 1001000 |
Color Harmonies of #EF81B2
Complementary color
Monochromatic Colors of #EF81B2
Black with #EF81B2
Text Example
Text Example
White with #EF81B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81B2; }
p { color: rgb(239,129,178); }
H1.HeaderClassName
{
color: #EF81B2;
}
.AnyTagClassName
{
color: #EF81B2;
}
</style>
background-color css
<style>
a { background-color: #EF81B2; }
a { background-color: rgb(239,129,178); }
div.DivClassName
{
background-color: #EF81B2;
}
.BgClassName
{
background-color: #EF81B2;
}
</style>
border-color css
<style>
span { border-color: #EF81B2; }
span { border-color: rgb(239,129,178); }
td.TdClassName
{
border-color: #EF81B2;
}
.TagClassName
{
border-color: #EF81B2;
}
</style>