Shades of Persian Pink #E181C1
Tints of Persian Pink #E181C1
RGB
CMYK
RGB Variations
Color information
#E181C1 (or 0xE181C1) is known color: Persian Pink. HEX triplet: E1, 81 and C1. RGB value is (225,129,193). Sum of RGB (Red+Green+Blue) = 225+129+193=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E181C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181C1 is #1E7E3E. Grayscale: #A4A4A4. Windows color (decimal): -1998399 or 12681697. OLE color: 12681697.
HSL color Cylindrical-coordinate representation of color #E181C1: hue angle of 320º 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 #E181C1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 193 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.12 |
| HSL | 320º | 0.62% | 0.69% | - |
| HSV(B) | 320º | 0.43% | 0.88% | - |
| XYZ | 48.53 | 35.56 | 54.76 | - |
| YUV | 165 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 193 | 0 | 0.43 | 0.14 | 0.12 | 320 | 0.62 | 0.69 |
| Hex | E1 | 81 | C1 | 0 | 2B | E | C | 140 | 3E | 45 |
| Octal | 341 | 201 | 301 | 0 | 53 | 16 | 14 | 500 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11000001 | 0 | 101011 | 1110 | 1100 | 101000000 | 111110 | 1000101 |
Color Harmonies of #E181C1
Complementary color
Monochromatic Colors of #E181C1
Black with #E181C1
Text Example
Text Example
White with #E181C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181C1; }
p { color: rgb(225,129,193); }
H1.HeaderClassName
{
color: #E181C1;
}
.AnyTagClassName
{
color: #E181C1;
}
</style>
background-color css
<style>
a { background-color: #E181C1; }
a { background-color: rgb(225,129,193); }
div.DivClassName
{
background-color: #E181C1;
}
.BgClassName
{
background-color: #E181C1;
}
</style>
border-color css
<style>
span { border-color: #E181C1; }
span { border-color: rgb(225,129,193); }
td.TdClassName
{
border-color: #E181C1;
}
.TagClassName
{
border-color: #E181C1;
}
</style>