Shades of Persian Pink #E379BE
Tints of Persian Pink #E379BE
RGB
CMYK
RGB Variations
Color information
#E379BE (or 0xE379BE) is known color: Persian Pink. HEX triplet: E3, 79 and BE. RGB value is (227,121,190). Sum of RGB (Red+Green+Blue) = 227+121+190=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E379BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379BE is #1C8641. Grayscale: #A0A0A0. Windows color (decimal): -1869378 or 12483043. OLE color: 12483043.
HSL color Cylindrical-coordinate representation of color #E379BE: hue angle of 320.94º 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 #E379BE is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 190 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.11 |
| HSL | 320.94º | 0.65% | 0.68% | - |
| HSV(B) | 320.94º | 0.47% | 0.89% | - |
| XYZ | 47.81 | 33.72 | 52.7 | - |
| YUV | 160.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 190 | 0 | 0.47 | 0.16 | 0.11 | 320.94 | 0.65 | 0.68 |
| Hex | E3 | 79 | BE | 0 | 2F | 10 | B | 141 | 41 | 44 |
| Octal | 343 | 171 | 276 | 0 | 57 | 20 | 13 | 501 | 101 | 104 |
| Binary | 11100011 | 1111001 | 10111110 | 0 | 101111 | 10000 | 1011 | 101000001 | 1000001 | 1000100 |
Color Harmonies of #E379BE
Complementary color
Monochromatic Colors of #E379BE
Black with #E379BE
Text Example
Text Example
White with #E379BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379BE; }
p { color: rgb(227,121,190); }
H1.HeaderClassName
{
color: #E379BE;
}
.AnyTagClassName
{
color: #E379BE;
}
</style>
background-color css
<style>
a { background-color: #E379BE; }
a { background-color: rgb(227,121,190); }
div.DivClassName
{
background-color: #E379BE;
}
.BgClassName
{
background-color: #E379BE;
}
</style>
border-color css
<style>
span { border-color: #E379BE; }
span { border-color: rgb(227,121,190); }
td.TdClassName
{
border-color: #E379BE;
}
.TagClassName
{
border-color: #E379BE;
}
</style>