Shades of Persian Pink #EF78AF
Tints of Persian Pink #EF78AF
RGB
CMYK
RGB Variations
Color information
#EF78AF (or 0xEF78AF) is known color: Persian Pink. HEX triplet: EF, 78 and AF. RGB value is (239,120,175). Sum of RGB (Red+Green+Blue) = 239+120+175=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF78AF is #108750. Grayscale: #A1A1A1. Windows color (decimal): -1083217 or 11499759. OLE color: 11499759.
HSL color Cylindrical-coordinate representation of color #EF78AF: hue angle of 332.27º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78AF is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 175 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.06 |
| HSL | 332.27º | 0.79% | 0.7% | - |
| HSV(B) | 332.27º | 0.5% | 0.94% | - |
| XYZ | 50.05 | 34.88 | 44.65 | - |
| YUV | 161.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 175 | 0 | 0.50 | 0.27 | 0.06 | 332.27 | 0.79 | 0.7 |
| Hex | EF | 78 | AF | 0 | 32 | 1B | 6 | 14C | 4F | 46 |
| Octal | 357 | 170 | 257 | 0 | 62 | 33 | 6 | 514 | 117 | 106 |
| Binary | 11101111 | 1111000 | 10101111 | 0 | 110010 | 11011 | 110 | 101001100 | 1001111 | 1000110 |
Color Harmonies of #EF78AF
Complementary color
Monochromatic Colors of #EF78AF
Black with #EF78AF
Text Example
Text Example
White with #EF78AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF78AF; }
p { color: rgb(239,120,175); }
H1.HeaderClassName
{
color: #EF78AF;
}
.AnyTagClassName
{
color: #EF78AF;
}
</style>
background-color css
<style>
a { background-color: #EF78AF; }
a { background-color: rgb(239,120,175); }
div.DivClassName
{
background-color: #EF78AF;
}
.BgClassName
{
background-color: #EF78AF;
}
</style>
border-color css
<style>
span { border-color: #EF78AF; }
span { border-color: rgb(239,120,175); }
td.TdClassName
{
border-color: #EF78AF;
}
.TagClassName
{
border-color: #EF78AF;
}
</style>