Shades of Persian Pink #E180BA
Tints of Persian Pink #E180BA
RGB
CMYK
RGB Variations
Color information
#E180BA (or 0xE180BA) is known color: Persian Pink. HEX triplet: E1, 80 and BA. RGB value is (225,128,186). Sum of RGB (Red+Green+Blue) = 225+128+186=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E180BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180BA is #1E7F45. Grayscale: #A3A3A3. Windows color (decimal): -1998662 or 12222689. OLE color: 12222689.
HSL color Cylindrical-coordinate representation of color #E180BA: hue angle of 324.12º 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 #E180BA is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 186 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.12 |
| HSL | 324.12º | 0.62% | 0.69% | - |
| HSV(B) | 324.12º | 0.43% | 0.88% | - |
| XYZ | 47.63 | 34.99 | 50.7 | - |
| YUV | 163.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 186 | 0 | 0.43 | 0.17 | 0.12 | 324.12 | 0.62 | 0.69 |
| Hex | E1 | 80 | BA | 0 | 2B | 11 | C | 144 | 3E | 45 |
| Octal | 341 | 200 | 272 | 0 | 53 | 21 | 14 | 504 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10111010 | 0 | 101011 | 10001 | 1100 | 101000100 | 111110 | 1000101 |
Color Harmonies of #E180BA
Complementary color
Monochromatic Colors of #E180BA
Black with #E180BA
Text Example
Text Example
White with #E180BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180BA; }
p { color: rgb(225,128,186); }
H1.HeaderClassName
{
color: #E180BA;
}
.AnyTagClassName
{
color: #E180BA;
}
</style>
background-color css
<style>
a { background-color: #E180BA; }
a { background-color: rgb(225,128,186); }
div.DivClassName
{
background-color: #E180BA;
}
.BgClassName
{
background-color: #E180BA;
}
</style>
border-color css
<style>
span { border-color: #E180BA; }
span { border-color: rgb(225,128,186); }
td.TdClassName
{
border-color: #E180BA;
}
.TagClassName
{
border-color: #E180BA;
}
</style>