Shades of Persian Pink #E371BA
Tints of Persian Pink #E371BA
RGB
CMYK
RGB Variations
Color information
#E371BA (or 0xE371BA) is known color: Persian Pink. HEX triplet: E3, 71 and BA. RGB value is (227,113,186). Sum of RGB (Red+Green+Blue) = 227+113+186=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E371BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371BA is #1C8E45. Grayscale: #9B9B9B. Windows color (decimal): -1871430 or 12218851. OLE color: 12218851.
HSL color Cylindrical-coordinate representation of color #E371BA: hue angle of 321.58º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371BA is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 186 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.11 |
| HSL | 321.58º | 0.67% | 0.67% | - |
| HSV(B) | 321.58º | 0.5% | 0.89% | - |
| XYZ | 46.45 | 31.69 | 50.12 | - |
| YUV | 155.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 186 | 0 | 0.50 | 0.18 | 0.11 | 321.58 | 0.67 | 0.67 |
| Hex | E3 | 71 | BA | 0 | 32 | 12 | B | 142 | 43 | 43 |
| Octal | 343 | 161 | 272 | 0 | 62 | 22 | 13 | 502 | 103 | 103 |
| Binary | 11100011 | 1110001 | 10111010 | 0 | 110010 | 10010 | 1011 | 101000010 | 1000011 | 1000011 |
Color Harmonies of #E371BA
Complementary color
Monochromatic Colors of #E371BA
Black with #E371BA
Text Example
Text Example
White with #E371BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371BA; }
p { color: rgb(227,113,186); }
H1.HeaderClassName
{
color: #E371BA;
}
.AnyTagClassName
{
color: #E371BA;
}
</style>
background-color css
<style>
a { background-color: #E371BA; }
a { background-color: rgb(227,113,186); }
div.DivClassName
{
background-color: #E371BA;
}
.BgClassName
{
background-color: #E371BA;
}
</style>
border-color css
<style>
span { border-color: #E371BA; }
span { border-color: rgb(227,113,186); }
td.TdClassName
{
border-color: #E371BA;
}
.TagClassName
{
border-color: #E371BA;
}
</style>