Shades of Persian Pink #E377B2
Tints of Persian Pink #E377B2
RGB
CMYK
RGB Variations
Color information
#E377B2 (or 0xE377B2) is known color: Persian Pink. HEX triplet: E3, 77 and B2. RGB value is (227,119,178). Sum of RGB (Red+Green+Blue) = 227+119+178=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E377B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E377B2 is #1C884D. Grayscale: #9D9D9D. Windows color (decimal): -1869902 or 11696099. OLE color: 11696099.
HSL color Cylindrical-coordinate representation of color #E377B2: hue angle of 327.22º 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 #E377B2 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 178 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.11 |
| HSL | 327.22º | 0.66% | 0.68% | - |
| HSV(B) | 327.22º | 0.48% | 0.89% | - |
| XYZ | 46.31 | 32.74 | 46 | - |
| YUV | 158.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 178 | 0 | 0.48 | 0.22 | 0.11 | 327.22 | 0.66 | 0.68 |
| Hex | E3 | 77 | B2 | 0 | 30 | 16 | B | 147 | 42 | 44 |
| Octal | 343 | 167 | 262 | 0 | 60 | 26 | 13 | 507 | 102 | 104 |
| Binary | 11100011 | 1110111 | 10110010 | 0 | 110000 | 10110 | 1011 | 101000111 | 1000010 | 1000100 |
Color Harmonies of #E377B2
Complementary color
Monochromatic Colors of #E377B2
Black with #E377B2
Text Example
Text Example
White with #E377B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E377B2; }
p { color: rgb(227,119,178); }
H1.HeaderClassName
{
color: #E377B2;
}
.AnyTagClassName
{
color: #E377B2;
}
</style>
background-color css
<style>
a { background-color: #E377B2; }
a { background-color: rgb(227,119,178); }
div.DivClassName
{
background-color: #E377B2;
}
.BgClassName
{
background-color: #E377B2;
}
</style>
border-color css
<style>
span { border-color: #E377B2; }
span { border-color: rgb(227,119,178); }
td.TdClassName
{
border-color: #E377B2;
}
.TagClassName
{
border-color: #E377B2;
}
</style>