Shades of Persian Pink #E180B1
Tints of Persian Pink #E180B1
RGB
CMYK
RGB Variations
Color information
#E180B1 (or 0xE180B1) is known color: Persian Pink. HEX triplet: E1, 80 and B1. RGB value is (225,128,177). Sum of RGB (Red+Green+Blue) = 225+128+177=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E180B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180B1 is #1E7F4E. Grayscale: #A2A2A2. Windows color (decimal): -1998671 or 11632865. OLE color: 11632865.
HSL color Cylindrical-coordinate representation of color #E180B1: hue angle of 329.69º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180B1 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 177 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.12 |
| HSL | 329.69º | 0.62% | 0.69% | - |
| HSV(B) | 329.69º | 0.43% | 0.88% | - |
| XYZ | 46.71 | 34.62 | 45.82 | - |
| YUV | 162.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 177 | 0 | 0.43 | 0.21 | 0.12 | 329.69 | 0.62 | 0.69 |
| Hex | E1 | 80 | B1 | 0 | 2B | 15 | C | 14A | 3E | 45 |
| Octal | 341 | 200 | 261 | 0 | 53 | 25 | 14 | 512 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10110001 | 0 | 101011 | 10101 | 1100 | 101001010 | 111110 | 1000101 |
Color Harmonies of #E180B1
Complementary color
Monochromatic Colors of #E180B1
Black with #E180B1
Text Example
Text Example
White with #E180B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180B1; }
p { color: rgb(225,128,177); }
H1.HeaderClassName
{
color: #E180B1;
}
.AnyTagClassName
{
color: #E180B1;
}
</style>
background-color css
<style>
a { background-color: #E180B1; }
a { background-color: rgb(225,128,177); }
div.DivClassName
{
background-color: #E180B1;
}
.BgClassName
{
background-color: #E180B1;
}
</style>
border-color css
<style>
span { border-color: #E180B1; }
span { border-color: rgb(225,128,177); }
td.TdClassName
{
border-color: #E180B1;
}
.TagClassName
{
border-color: #E180B1;
}
</style>