Shades of Persian Pink #EF71BD
Tints of Persian Pink #EF71BD
RGB
CMYK
RGB Variations
Color information
#EF71BD (or 0xEF71BD) is known color: Persian Pink. HEX triplet: EF, 71 and BD. RGB value is (239,113,189). Sum of RGB (Red+Green+Blue) = 239+113+189=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71BD is #108E42. Grayscale: #9F9F9F. Windows color (decimal): -1084995 or 12415471. OLE color: 12415471.
HSL color Cylindrical-coordinate representation of color #EF71BD: hue angle of 323.81º 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 #EF71BD is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 189 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.06 |
| HSL | 323.81º | 0.8% | 0.69% | - |
| HSV(B) | 323.81º | 0.53% | 0.94% | - |
| XYZ | 50.69 | 33.84 | 52 | - |
| YUV | 159.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 189 | 0 | 0.53 | 0.21 | 0.06 | 323.81 | 0.8 | 0.69 |
| Hex | EF | 71 | BD | 0 | 35 | 15 | 6 | 144 | 50 | 45 |
| Octal | 357 | 161 | 275 | 0 | 65 | 25 | 6 | 504 | 120 | 105 |
| Binary | 11101111 | 1110001 | 10111101 | 0 | 110101 | 10101 | 110 | 101000100 | 1010000 | 1000101 |
Color Harmonies of #EF71BD
Complementary color
Monochromatic Colors of #EF71BD
Black with #EF71BD
Text Example
Text Example
White with #EF71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71BD; }
p { color: rgb(239,113,189); }
H1.HeaderClassName
{
color: #EF71BD;
}
.AnyTagClassName
{
color: #EF71BD;
}
</style>
background-color css
<style>
a { background-color: #EF71BD; }
a { background-color: rgb(239,113,189); }
div.DivClassName
{
background-color: #EF71BD;
}
.BgClassName
{
background-color: #EF71BD;
}
</style>
border-color css
<style>
span { border-color: #EF71BD; }
span { border-color: rgb(239,113,189); }
td.TdClassName
{
border-color: #EF71BD;
}
.TagClassName
{
border-color: #EF71BD;
}
</style>