Shades of Persian Pink #E180BC
Tints of Persian Pink #E180BC
RGB
CMYK
RGB Variations
Color information
#E180BC (or 0xE180BC) is known color: Persian Pink. HEX triplet: E1, 80 and BC. RGB value is (225,128,188). Sum of RGB (Red+Green+Blue) = 225+128+188=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E180BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180BC is #1E7F43. Grayscale: #A3A3A3. Windows color (decimal): -1998660 or 12353761. OLE color: 12353761.
HSL color Cylindrical-coordinate representation of color #E180BC: hue angle of 322.89º 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 #E180BC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 188 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.12 |
| HSL | 322.89º | 0.62% | 0.69% | - |
| HSV(B) | 322.89º | 0.43% | 0.88% | - |
| XYZ | 47.85 | 35.08 | 51.83 | - |
| YUV | 163.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 188 | 0 | 0.43 | 0.16 | 0.12 | 322.89 | 0.62 | 0.69 |
| Hex | E1 | 80 | BC | 0 | 2B | 10 | C | 143 | 3E | 45 |
| Octal | 341 | 200 | 274 | 0 | 53 | 20 | 14 | 503 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10111100 | 0 | 101011 | 10000 | 1100 | 101000011 | 111110 | 1000101 |
Color Harmonies of #E180BC
Complementary color
Monochromatic Colors of #E180BC
Black with #E180BC
Text Example
Text Example
White with #E180BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180BC; }
p { color: rgb(225,128,188); }
H1.HeaderClassName
{
color: #E180BC;
}
.AnyTagClassName
{
color: #E180BC;
}
</style>
background-color css
<style>
a { background-color: #E180BC; }
a { background-color: rgb(225,128,188); }
div.DivClassName
{
background-color: #E180BC;
}
.BgClassName
{
background-color: #E180BC;
}
</style>
border-color css
<style>
span { border-color: #E180BC; }
span { border-color: rgb(225,128,188); }
td.TdClassName
{
border-color: #E180BC;
}
.TagClassName
{
border-color: #E180BC;
}
</style>