Shades of Persian Pink #E080C0
Tints of Persian Pink #E080C0
RGB
CMYK
RGB Variations
Color information
#E080C0 (or 0xE080C0) is known color: Persian Pink. HEX triplet: E0, 80 and C0. RGB value is (224,128,192). Sum of RGB (Red+Green+Blue) = 224+128+192=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C0 is #1F7F3F. Grayscale: #A3A3A3. Windows color (decimal): -2064192 or 12615904. OLE color: 12615904.
HSL color Cylindrical-coordinate representation of color #E080C0: hue angle of 320º 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 #E080C0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 192 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.12 |
| HSL | 320º | 0.61% | 0.69% | - |
| HSV(B) | 320º | 0.43% | 0.88% | - |
| XYZ | 47.97 | 35.09 | 54.11 | - |
| YUV | 164 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 192 | 0 | 0.43 | 0.14 | 0.12 | 320 | 0.61 | 0.69 |
| Hex | E0 | 80 | C0 | 0 | 2B | E | C | 140 | 3D | 45 |
| Octal | 340 | 200 | 300 | 0 | 53 | 16 | 14 | 500 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11000000 | 0 | 101011 | 1110 | 1100 | 101000000 | 111101 | 1000101 |
Color Harmonies of #E080C0
Complementary color
Monochromatic Colors of #E080C0
Black with #E080C0
Text Example
Text Example
White with #E080C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080C0; }
p { color: rgb(224,128,192); }
H1.HeaderClassName
{
color: #E080C0;
}
.AnyTagClassName
{
color: #E080C0;
}
</style>
background-color css
<style>
a { background-color: #E080C0; }
a { background-color: rgb(224,128,192); }
div.DivClassName
{
background-color: #E080C0;
}
.BgClassName
{
background-color: #E080C0;
}
</style>
border-color css
<style>
span { border-color: #E080C0; }
span { border-color: rgb(224,128,192); }
td.TdClassName
{
border-color: #E080C0;
}
.TagClassName
{
border-color: #E080C0;
}
</style>