Shades of Persian Pink #E376BA
Tints of Persian Pink #E376BA
RGB
CMYK
RGB Variations
Color information
#E376BA (or 0xE376BA) is known color: Persian Pink. HEX triplet: E3, 76 and BA. RGB value is (227,118,186). Sum of RGB (Red+Green+Blue) = 227+118+186=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E376BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376BA is #1C8945. Grayscale: #9E9E9E. Windows color (decimal): -1870150 or 12220131. OLE color: 12220131.
HSL color Cylindrical-coordinate representation of color #E376BA: hue angle of 322.57º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E376BA is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 186 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.11 |
| HSL | 322.57º | 0.66% | 0.68% | - |
| HSV(B) | 322.57º | 0.48% | 0.89% | - |
| XYZ | 47.02 | 32.83 | 50.31 | - |
| YUV | 158.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 186 | 0 | 0.48 | 0.18 | 0.11 | 322.57 | 0.66 | 0.68 |
| Hex | E3 | 76 | BA | 0 | 30 | 12 | B | 143 | 42 | 44 |
| Octal | 343 | 166 | 272 | 0 | 60 | 22 | 13 | 503 | 102 | 104 |
| Binary | 11100011 | 1110110 | 10111010 | 0 | 110000 | 10010 | 1011 | 101000011 | 1000010 | 1000100 |
Color Harmonies of #E376BA
Complementary color
Monochromatic Colors of #E376BA
Black with #E376BA
Text Example
Text Example
White with #E376BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376BA; }
p { color: rgb(227,118,186); }
H1.HeaderClassName
{
color: #E376BA;
}
.AnyTagClassName
{
color: #E376BA;
}
</style>
background-color css
<style>
a { background-color: #E376BA; }
a { background-color: rgb(227,118,186); }
div.DivClassName
{
background-color: #E376BA;
}
.BgClassName
{
background-color: #E376BA;
}
</style>
border-color css
<style>
span { border-color: #E376BA; }
span { border-color: rgb(227,118,186); }
td.TdClassName
{
border-color: #E376BA;
}
.TagClassName
{
border-color: #E376BA;
}
</style>