Shades of Persian Pink #E971BA
Tints of Persian Pink #E971BA
RGB
CMYK
RGB Variations
Color information
#E971BA (or 0xE971BA) is known color: Persian Pink. HEX triplet: E9, 71 and BA. RGB value is (233,113,186). Sum of RGB (Red+Green+Blue) = 233+113+186=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E971BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971BA is #168E45. Grayscale: #9D9D9D. Windows color (decimal): -1478214 or 12218857. OLE color: 12218857.
HSL color Cylindrical-coordinate representation of color #E971BA: hue angle of 323.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971BA is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 186 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.09 |
| HSL | 323.5º | 0.73% | 0.68% | - |
| HSV(B) | 323.5º | 0.52% | 0.91% | - |
| XYZ | 48.37 | 32.68 | 50.21 | - |
| YUV | 157.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 186 | 0 | 0.52 | 0.20 | 0.09 | 323.5 | 0.73 | 0.68 |
| Hex | E9 | 71 | BA | 0 | 34 | 14 | 9 | 144 | 49 | 44 |
| Octal | 351 | 161 | 272 | 0 | 64 | 24 | 11 | 504 | 111 | 104 |
| Binary | 11101001 | 1110001 | 10111010 | 0 | 110100 | 10100 | 1001 | 101000100 | 1001001 | 1000100 |
Color Harmonies of #E971BA
Complementary color
Monochromatic Colors of #E971BA
Black with #E971BA
Text Example
Text Example
White with #E971BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971BA; }
p { color: rgb(233,113,186); }
H1.HeaderClassName
{
color: #E971BA;
}
.AnyTagClassName
{
color: #E971BA;
}
</style>
background-color css
<style>
a { background-color: #E971BA; }
a { background-color: rgb(233,113,186); }
div.DivClassName
{
background-color: #E971BA;
}
.BgClassName
{
background-color: #E971BA;
}
</style>
border-color css
<style>
span { border-color: #E971BA; }
span { border-color: rgb(233,113,186); }
td.TdClassName
{
border-color: #E971BA;
}
.TagClassName
{
border-color: #E971BA;
}
</style>