Shades of Persian Pink #EF70BB
Tints of Persian Pink #EF70BB
RGB
CMYK
RGB Variations
Color information
#EF70BB (or 0xEF70BB) is known color: Persian Pink. HEX triplet: EF, 70 and BB. RGB value is (239,112,187). Sum of RGB (Red+Green+Blue) = 239+112+187=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70BB is #108F44. Grayscale: #9E9E9E. Windows color (decimal): -1085253 or 12284143. OLE color: 12284143.
HSL color Cylindrical-coordinate representation of color #EF70BB: hue angle of 324.57º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70BB is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 187 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.06 |
| HSL | 324.57º | 0.8% | 0.69% | - |
| HSV(B) | 324.57º | 0.53% | 0.94% | - |
| XYZ | 50.36 | 33.53 | 50.83 | - |
| YUV | 158.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 187 | 0 | 0.53 | 0.22 | 0.06 | 324.57 | 0.8 | 0.69 |
| Hex | EF | 70 | BB | 0 | 35 | 16 | 6 | 145 | 50 | 45 |
| Octal | 357 | 160 | 273 | 0 | 65 | 26 | 6 | 505 | 120 | 105 |
| Binary | 11101111 | 1110000 | 10111011 | 0 | 110101 | 10110 | 110 | 101000101 | 1010000 | 1000101 |
Color Harmonies of #EF70BB
Complementary color
Monochromatic Colors of #EF70BB
Black with #EF70BB
Text Example
Text Example
White with #EF70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70BB; }
p { color: rgb(239,112,187); }
H1.HeaderClassName
{
color: #EF70BB;
}
.AnyTagClassName
{
color: #EF70BB;
}
</style>
background-color css
<style>
a { background-color: #EF70BB; }
a { background-color: rgb(239,112,187); }
div.DivClassName
{
background-color: #EF70BB;
}
.BgClassName
{
background-color: #EF70BB;
}
</style>
border-color css
<style>
span { border-color: #EF70BB; }
span { border-color: rgb(239,112,187); }
td.TdClassName
{
border-color: #EF70BB;
}
.TagClassName
{
border-color: #EF70BB;
}
</style>