Shades of Persian Pink #E080C1
Tints of Persian Pink #E080C1
RGB
CMYK
RGB Variations
Color information
#E080C1 (or 0xE080C1) is known color: Persian Pink. HEX triplet: E0, 80 and C1. RGB value is (224,128,193). Sum of RGB (Red+Green+Blue) = 224+128+193=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C1 is #1F7F3E. Grayscale: #A3A3A3. Windows color (decimal): -2064191 or 12681440. OLE color: 12681440.
HSL color Cylindrical-coordinate representation of color #E080C1: hue angle of 319.38º degrees, saturation: 0.61, 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 #E080C1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 193 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.12 |
| HSL | 319.38º | 0.61% | 0.69% | - |
| HSV(B) | 319.38º | 0.43% | 0.88% | - |
| XYZ | 48.09 | 35.14 | 54.7 | - |
| YUV | 164.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 193 | 0 | 0.43 | 0.14 | 0.12 | 319.38 | 0.61 | 0.69 |
| Hex | E0 | 80 | C1 | 0 | 2B | E | C | 13F | 3D | 45 |
| Octal | 340 | 200 | 301 | 0 | 53 | 16 | 14 | 477 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11000001 | 0 | 101011 | 1110 | 1100 | 100111111 | 111101 | 1000101 |
Color Harmonies of #E080C1
Complementary color
Monochromatic Colors of #E080C1
Black with #E080C1
Text Example
Text Example
White with #E080C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080C1; }
p { color: rgb(224,128,193); }
H1.HeaderClassName
{
color: #E080C1;
}
.AnyTagClassName
{
color: #E080C1;
}
</style>
background-color css
<style>
a { background-color: #E080C1; }
a { background-color: rgb(224,128,193); }
div.DivClassName
{
background-color: #E080C1;
}
.BgClassName
{
background-color: #E080C1;
}
</style>
border-color css
<style>
span { border-color: #E080C1; }
span { border-color: rgb(224,128,193); }
td.TdClassName
{
border-color: #E080C1;
}
.TagClassName
{
border-color: #E080C1;
}
</style>