Shades of Persian Pink #EF85BD
Tints of Persian Pink #EF85BD
RGB
CMYK
RGB Variations
Color information
#EF85BD (or 0xEF85BD) is known color: Persian Pink. HEX triplet: EF, 85 and BD. RGB value is (239,133,189). Sum of RGB (Red+Green+Blue) = 239+133+189=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85BD is #107A42. Grayscale: #AAAAAA. Windows color (decimal): -1079875 or 12420591. OLE color: 12420591.
HSL color Cylindrical-coordinate representation of color #EF85BD: hue angle of 328.3º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85BD is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 189 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.06 |
| HSL | 328.3º | 0.77% | 0.73% | - |
| HSV(B) | 328.3º | 0.44% | 0.94% | - |
| XYZ | 53.17 | 38.8 | 52.83 | - |
| YUV | 171.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 189 | 0 | 0.44 | 0.21 | 0.06 | 328.3 | 0.77 | 0.73 |
| Hex | EF | 85 | BD | 0 | 2C | 15 | 6 | 148 | 4D | 49 |
| Octal | 357 | 205 | 275 | 0 | 54 | 25 | 6 | 510 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10111101 | 0 | 101100 | 10101 | 110 | 101001000 | 1001101 | 1001001 |
Color Harmonies of #EF85BD
Complementary color
Monochromatic Colors of #EF85BD
Black with #EF85BD
Text Example
Text Example
White with #EF85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85BD; }
p { color: rgb(239,133,189); }
H1.HeaderClassName
{
color: #EF85BD;
}
.AnyTagClassName
{
color: #EF85BD;
}
</style>
background-color css
<style>
a { background-color: #EF85BD; }
a { background-color: rgb(239,133,189); }
div.DivClassName
{
background-color: #EF85BD;
}
.BgClassName
{
background-color: #EF85BD;
}
</style>
border-color css
<style>
span { border-color: #EF85BD; }
span { border-color: rgb(239,133,189); }
td.TdClassName
{
border-color: #EF85BD;
}
.TagClassName
{
border-color: #EF85BD;
}
</style>