Shades of Persian Pink #E379BB
Tints of Persian Pink #E379BB
RGB
CMYK
RGB Variations
Color information
#E379BB (or 0xE379BB) is known color: Persian Pink. HEX triplet: E3, 79 and BB. RGB value is (227,121,187). Sum of RGB (Red+Green+Blue) = 227+121+187=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E379BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379BB is #1C8644. Grayscale: #A0A0A0. Windows color (decimal): -1869381 or 12286435. OLE color: 12286435.
HSL color Cylindrical-coordinate representation of color #E379BB: hue angle of 322.64º 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 #E379BB is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 187 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.11 |
| HSL | 322.64º | 0.65% | 0.68% | - |
| HSV(B) | 322.64º | 0.47% | 0.89% | - |
| XYZ | 47.49 | 33.59 | 51 | - |
| YUV | 160.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 187 | 0 | 0.47 | 0.18 | 0.11 | 322.64 | 0.65 | 0.68 |
| Hex | E3 | 79 | BB | 0 | 2F | 12 | B | 143 | 41 | 44 |
| Octal | 343 | 171 | 273 | 0 | 57 | 22 | 13 | 503 | 101 | 104 |
| Binary | 11100011 | 1111001 | 10111011 | 0 | 101111 | 10010 | 1011 | 101000011 | 1000001 | 1000100 |
Color Harmonies of #E379BB
Complementary color
Monochromatic Colors of #E379BB
Black with #E379BB
Text Example
Text Example
White with #E379BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379BB; }
p { color: rgb(227,121,187); }
H1.HeaderClassName
{
color: #E379BB;
}
.AnyTagClassName
{
color: #E379BB;
}
</style>
background-color css
<style>
a { background-color: #E379BB; }
a { background-color: rgb(227,121,187); }
div.DivClassName
{
background-color: #E379BB;
}
.BgClassName
{
background-color: #E379BB;
}
</style>
border-color css
<style>
span { border-color: #E379BB; }
span { border-color: rgb(227,121,187); }
td.TdClassName
{
border-color: #E379BB;
}
.TagClassName
{
border-color: #E379BB;
}
</style>