Shades of Persian Pink #E379BC
Tints of Persian Pink #E379BC
RGB
CMYK
RGB Variations
Color information
#E379BC (or 0xE379BC) is known color: Persian Pink. HEX triplet: E3, 79 and BC. RGB value is (227,121,188). Sum of RGB (Red+Green+Blue) = 227+121+188=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E379BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379BC is #1C8643. Grayscale: #A0A0A0. Windows color (decimal): -1869380 or 12351971. OLE color: 12351971.
HSL color Cylindrical-coordinate representation of color #E379BC: hue angle of 322.08º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379BC is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 188 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.11 |
| HSL | 322.08º | 0.65% | 0.68% | - |
| HSV(B) | 322.08º | 0.47% | 0.89% | - |
| XYZ | 47.59 | 33.64 | 51.56 | - |
| YUV | 160.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 188 | 0 | 0.47 | 0.17 | 0.11 | 322.08 | 0.65 | 0.68 |
| Hex | E3 | 79 | BC | 0 | 2F | 11 | B | 142 | 41 | 44 |
| Octal | 343 | 171 | 274 | 0 | 57 | 21 | 13 | 502 | 101 | 104 |
| Binary | 11100011 | 1111001 | 10111100 | 0 | 101111 | 10001 | 1011 | 101000010 | 1000001 | 1000100 |
Color Harmonies of #E379BC
Complementary color
Monochromatic Colors of #E379BC
Black with #E379BC
Text Example
Text Example
White with #E379BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379BC; }
p { color: rgb(227,121,188); }
H1.HeaderClassName
{
color: #E379BC;
}
.AnyTagClassName
{
color: #E379BC;
}
</style>
background-color css
<style>
a { background-color: #E379BC; }
a { background-color: rgb(227,121,188); }
div.DivClassName
{
background-color: #E379BC;
}
.BgClassName
{
background-color: #E379BC;
}
</style>
border-color css
<style>
span { border-color: #E379BC; }
span { border-color: rgb(227,121,188); }
td.TdClassName
{
border-color: #E379BC;
}
.TagClassName
{
border-color: #E379BC;
}
</style>