Shades of Persian Pink #E177BD
Tints of Persian Pink #E177BD
RGB
CMYK
RGB Variations
Color information
#E177BD (or 0xE177BD) is known color: Persian Pink. HEX triplet: E1, 77 and BD. RGB value is (225,119,189). Sum of RGB (Red+Green+Blue) = 225+119+189=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E177BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177BD is #1E8842. Grayscale: #9E9E9E. Windows color (decimal): -2000963 or 12416993. OLE color: 12416993.
HSL color Cylindrical-coordinate representation of color #E177BD: hue angle of 320.38º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177BD is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 189 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.12 |
| HSL | 320.38º | 0.64% | 0.67% | - |
| HSV(B) | 320.38º | 0.47% | 0.88% | - |
| XYZ | 46.83 | 32.88 | 52.02 | - |
| YUV | 158.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 189 | 0 | 0.47 | 0.16 | 0.12 | 320.38 | 0.64 | 0.67 |
| Hex | E1 | 77 | BD | 0 | 2F | 10 | C | 140 | 40 | 43 |
| Octal | 341 | 167 | 275 | 0 | 57 | 20 | 14 | 500 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10111101 | 0 | 101111 | 10000 | 1100 | 101000000 | 1000000 | 1000011 |
Color Harmonies of #E177BD
Complementary color
Monochromatic Colors of #E177BD
Black with #E177BD
Text Example
Text Example
White with #E177BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177BD; }
p { color: rgb(225,119,189); }
H1.HeaderClassName
{
color: #E177BD;
}
.AnyTagClassName
{
color: #E177BD;
}
</style>
background-color css
<style>
a { background-color: #E177BD; }
a { background-color: rgb(225,119,189); }
div.DivClassName
{
background-color: #E177BD;
}
.BgClassName
{
background-color: #E177BD;
}
</style>
border-color css
<style>
span { border-color: #E177BD; }
span { border-color: rgb(225,119,189); }
td.TdClassName
{
border-color: #E177BD;
}
.TagClassName
{
border-color: #E177BD;
}
</style>