Shades of Persian Pink #E377BD
Tints of Persian Pink #E377BD
RGB
CMYK
RGB Variations
Color information
#E377BD (or 0xE377BD) is known color: Persian Pink. HEX triplet: E3, 77 and BD. RGB value is (227,119,189). Sum of RGB (Red+Green+Blue) = 227+119+189=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E377BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377BD is #1C8842. Grayscale: #9F9F9F. Windows color (decimal): -1869891 or 12416995. OLE color: 12416995.
HSL color Cylindrical-coordinate representation of color #E377BD: hue angle of 321.11º 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 #E377BD is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 189 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.11 |
| HSL | 321.11º | 0.66% | 0.68% | - |
| HSV(B) | 321.11º | 0.48% | 0.89% | - |
| XYZ | 47.46 | 33.2 | 52.05 | - |
| YUV | 159.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 189 | 0 | 0.48 | 0.17 | 0.11 | 321.11 | 0.66 | 0.68 |
| Hex | E3 | 77 | BD | 0 | 30 | 11 | B | 141 | 42 | 44 |
| Octal | 343 | 167 | 275 | 0 | 60 | 21 | 13 | 501 | 102 | 104 |
| Binary | 11100011 | 1110111 | 10111101 | 0 | 110000 | 10001 | 1011 | 101000001 | 1000010 | 1000100 |
Color Harmonies of #E377BD
Complementary color
Monochromatic Colors of #E377BD
Black with #E377BD
Text Example
Text Example
White with #E377BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E377BD; }
p { color: rgb(227,119,189); }
H1.HeaderClassName
{
color: #E377BD;
}
.AnyTagClassName
{
color: #E377BD;
}
</style>
background-color css
<style>
a { background-color: #E377BD; }
a { background-color: rgb(227,119,189); }
div.DivClassName
{
background-color: #E377BD;
}
.BgClassName
{
background-color: #E377BD;
}
</style>
border-color css
<style>
span { border-color: #E377BD; }
span { border-color: rgb(227,119,189); }
td.TdClassName
{
border-color: #E377BD;
}
.TagClassName
{
border-color: #E377BD;
}
</style>