Shades of Persian Pink #EF7FB2
Tints of Persian Pink #EF7FB2
RGB
CMYK
RGB Variations
Color information
#EF7FB2 (or 0xEF7FB2) is known color: Persian Pink. HEX triplet: EF, 7F and B2. RGB value is (239,127,178). Sum of RGB (Red+Green+Blue) = 239+127+178=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7FB2 is #10804D. Grayscale: #A6A6A6. Windows color (decimal): -1081422 or 11698159. OLE color: 11698159.
HSL color Cylindrical-coordinate representation of color #EF7FB2: hue angle of 332.68º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FB2 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 178 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.06 |
| HSL | 332.68º | 0.78% | 0.72% | - |
| HSV(B) | 332.68º | 0.47% | 0.94% | - |
| XYZ | 51.22 | 36.74 | 46.51 | - |
| YUV | 166.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 178 | 0 | 0.47 | 0.26 | 0.06 | 332.68 | 0.78 | 0.72 |
| Hex | EF | 7F | B2 | 0 | 2F | 1A | 6 | 14D | 4E | 48 |
| Octal | 357 | 177 | 262 | 0 | 57 | 32 | 6 | 515 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10110010 | 0 | 101111 | 11010 | 110 | 101001101 | 1001110 | 1001000 |
Color Harmonies of #EF7FB2
Complementary color
Monochromatic Colors of #EF7FB2
Black with #EF7FB2
Text Example
Text Example
White with #EF7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FB2; }
p { color: rgb(239,127,178); }
H1.HeaderClassName
{
color: #EF7FB2;
}
.AnyTagClassName
{
color: #EF7FB2;
}
</style>
background-color css
<style>
a { background-color: #EF7FB2; }
a { background-color: rgb(239,127,178); }
div.DivClassName
{
background-color: #EF7FB2;
}
.BgClassName
{
background-color: #EF7FB2;
}
</style>
border-color css
<style>
span { border-color: #EF7FB2; }
span { border-color: rgb(239,127,178); }
td.TdClassName
{
border-color: #EF7FB2;
}
.TagClassName
{
border-color: #EF7FB2;
}
</style>