Shades of Persian Pink #E180C2
Tints of Persian Pink #E180C2
RGB
CMYK
RGB Variations
Color information
#E180C2 (or 0xE180C2) is known color: Persian Pink. HEX triplet: E1, 80 and C2. RGB value is (225,128,194). Sum of RGB (Red+Green+Blue) = 225+128+194=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C2 is #1E7F3D. Grayscale: #A4A4A4. Windows color (decimal): -1998654 or 12746977. OLE color: 12746977.
HSL color Cylindrical-coordinate representation of color #E180C2: hue angle of 319.18º 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 #E180C2 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 194 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.12 |
| HSL | 319.18º | 0.62% | 0.69% | - |
| HSV(B) | 319.18º | 0.43% | 0.88% | - |
| XYZ | 48.51 | 35.34 | 55.3 | - |
| YUV | 164.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 194 | 0 | 0.43 | 0.14 | 0.12 | 319.18 | 0.62 | 0.69 |
| Hex | E1 | 80 | C2 | 0 | 2B | E | C | 13F | 3E | 45 |
| Octal | 341 | 200 | 302 | 0 | 53 | 16 | 14 | 477 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11000010 | 0 | 101011 | 1110 | 1100 | 100111111 | 111110 | 1000101 |
Color Harmonies of #E180C2
Complementary color
Monochromatic Colors of #E180C2
Black with #E180C2
Text Example
Text Example
White with #E180C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180C2; }
p { color: rgb(225,128,194); }
H1.HeaderClassName
{
color: #E180C2;
}
.AnyTagClassName
{
color: #E180C2;
}
</style>
background-color css
<style>
a { background-color: #E180C2; }
a { background-color: rgb(225,128,194); }
div.DivClassName
{
background-color: #E180C2;
}
.BgClassName
{
background-color: #E180C2;
}
</style>
border-color css
<style>
span { border-color: #E180C2; }
span { border-color: rgb(225,128,194); }
td.TdClassName
{
border-color: #E180C2;
}
.TagClassName
{
border-color: #E180C2;
}
</style>