Shades of Persian Pink #E376BC
Tints of Persian Pink #E376BC
RGB
CMYK
RGB Variations
Color information
#E376BC (or 0xE376BC) is known color: Persian Pink. HEX triplet: E3, 76 and BC. RGB value is (227,118,188). Sum of RGB (Red+Green+Blue) = 227+118+188=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E376BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376BC is #1C8943. Grayscale: #9E9E9E. Windows color (decimal): -1870148 or 12351203. OLE color: 12351203.
HSL color Cylindrical-coordinate representation of color #E376BC: hue angle of 321.47º 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 #E376BC is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 188 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.11 |
| HSL | 321.47º | 0.66% | 0.68% | - |
| HSV(B) | 321.47º | 0.48% | 0.89% | - |
| XYZ | 47.23 | 32.92 | 51.44 | - |
| YUV | 158.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 188 | 0 | 0.48 | 0.17 | 0.11 | 321.47 | 0.66 | 0.68 |
| Hex | E3 | 76 | BC | 0 | 30 | 11 | B | 141 | 42 | 44 |
| Octal | 343 | 166 | 274 | 0 | 60 | 21 | 13 | 501 | 102 | 104 |
| Binary | 11100011 | 1110110 | 10111100 | 0 | 110000 | 10001 | 1011 | 101000001 | 1000010 | 1000100 |
Color Harmonies of #E376BC
Complementary color
Monochromatic Colors of #E376BC
Black with #E376BC
Text Example
Text Example
White with #E376BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376BC; }
p { color: rgb(227,118,188); }
H1.HeaderClassName
{
color: #E376BC;
}
.AnyTagClassName
{
color: #E376BC;
}
</style>
background-color css
<style>
a { background-color: #E376BC; }
a { background-color: rgb(227,118,188); }
div.DivClassName
{
background-color: #E376BC;
}
.BgClassName
{
background-color: #E376BC;
}
</style>
border-color css
<style>
span { border-color: #E376BC; }
span { border-color: rgb(227,118,188); }
td.TdClassName
{
border-color: #E376BC;
}
.TagClassName
{
border-color: #E376BC;
}
</style>