Shades of Persian Pink #E180B7
Tints of Persian Pink #E180B7
RGB
CMYK
RGB Variations
Color information
#E180B7 (or 0xE180B7) is known color: Persian Pink. HEX triplet: E1, 80 and B7. RGB value is (225,128,183). Sum of RGB (Red+Green+Blue) = 225+128+183=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E180B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180B7 is #1E7F48. Grayscale: #A3A3A3. Windows color (decimal): -1998665 or 12026081. OLE color: 12026081.
HSL color Cylindrical-coordinate representation of color #E180B7: hue angle of 325.98º 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 #E180B7 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 183 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.12 |
| HSL | 325.98º | 0.62% | 0.69% | - |
| HSV(B) | 325.98º | 0.43% | 0.88% | - |
| XYZ | 47.32 | 34.86 | 49.04 | - |
| YUV | 163.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 183 | 0 | 0.43 | 0.19 | 0.12 | 325.98 | 0.62 | 0.69 |
| Hex | E1 | 80 | B7 | 0 | 2B | 13 | C | 146 | 3E | 45 |
| Octal | 341 | 200 | 267 | 0 | 53 | 23 | 14 | 506 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10110111 | 0 | 101011 | 10011 | 1100 | 101000110 | 111110 | 1000101 |
Color Harmonies of #E180B7
Complementary color
Monochromatic Colors of #E180B7
Black with #E180B7
Text Example
Text Example
White with #E180B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180B7; }
p { color: rgb(225,128,183); }
H1.HeaderClassName
{
color: #E180B7;
}
.AnyTagClassName
{
color: #E180B7;
}
</style>
background-color css
<style>
a { background-color: #E180B7; }
a { background-color: rgb(225,128,183); }
div.DivClassName
{
background-color: #E180B7;
}
.BgClassName
{
background-color: #E180B7;
}
</style>
border-color css
<style>
span { border-color: #E180B7; }
span { border-color: rgb(225,128,183); }
td.TdClassName
{
border-color: #E180B7;
}
.TagClassName
{
border-color: #E180B7;
}
</style>