Shades of Persian Pink #E181BE
Tints of Persian Pink #E181BE
RGB
CMYK
RGB Variations
Color information
#E181BE (or 0xE181BE) is known color: Persian Pink. HEX triplet: E1, 81 and BE. RGB value is (225,129,190). Sum of RGB (Red+Green+Blue) = 225+129+190=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E181BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181BE is #1E7E41. Grayscale: #A4A4A4. Windows color (decimal): -1998402 or 12485089. OLE color: 12485089.
HSL color Cylindrical-coordinate representation of color #E181BE: hue angle of 321.88º 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 #E181BE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 190 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.12 |
| HSL | 321.88º | 0.62% | 0.69% | - |
| HSV(B) | 321.88º | 0.43% | 0.88% | - |
| XYZ | 48.2 | 35.43 | 53.01 | - |
| YUV | 164.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 190 | 0 | 0.43 | 0.16 | 0.12 | 321.88 | 0.62 | 0.69 |
| Hex | E1 | 81 | BE | 0 | 2B | 10 | C | 142 | 3E | 45 |
| Octal | 341 | 201 | 276 | 0 | 53 | 20 | 14 | 502 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10111110 | 0 | 101011 | 10000 | 1100 | 101000010 | 111110 | 1000101 |
Color Harmonies of #E181BE
Complementary color
Monochromatic Colors of #E181BE
Black with #E181BE
Text Example
Text Example
White with #E181BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181BE; }
p { color: rgb(225,129,190); }
H1.HeaderClassName
{
color: #E181BE;
}
.AnyTagClassName
{
color: #E181BE;
}
</style>
background-color css
<style>
a { background-color: #E181BE; }
a { background-color: rgb(225,129,190); }
div.DivClassName
{
background-color: #E181BE;
}
.BgClassName
{
background-color: #E181BE;
}
</style>
border-color css
<style>
span { border-color: #E181BE; }
span { border-color: rgb(225,129,190); }
td.TdClassName
{
border-color: #E181BE;
}
.TagClassName
{
border-color: #E181BE;
}
</style>