Shades of Persian Pink #E080C2
Tints of Persian Pink #E080C2
RGB
CMYK
RGB Variations
Color information
#E080C2 (or 0xE080C2) is known color: Persian Pink. HEX triplet: E0, 80 and C2. RGB value is (224,128,194). Sum of RGB (Red+Green+Blue) = 224+128+194=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C2 is #1F7F3D. Grayscale: #A4A4A4. Windows color (decimal): -2064190 or 12746976. OLE color: 12746976.
HSL color Cylindrical-coordinate representation of color #E080C2: hue angle of 318.75º 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 #E080C2 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 194 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.12 |
| HSL | 318.75º | 0.61% | 0.69% | - |
| HSV(B) | 318.75º | 0.43% | 0.88% | - |
| XYZ | 48.2 | 35.18 | 55.29 | - |
| YUV | 164.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 194 | 0 | 0.43 | 0.13 | 0.12 | 318.75 | 0.61 | 0.69 |
| Hex | E0 | 80 | C2 | 0 | 2B | D | C | 13F | 3D | 45 |
| Octal | 340 | 200 | 302 | 0 | 53 | 15 | 14 | 477 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11000010 | 0 | 101011 | 1101 | 1100 | 100111111 | 111101 | 1000101 |
Color Harmonies of #E080C2
Complementary color
Monochromatic Colors of #E080C2
Black with #E080C2
Text Example
Text Example
White with #E080C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080C2; }
p { color: rgb(224,128,194); }
H1.HeaderClassName
{
color: #E080C2;
}
.AnyTagClassName
{
color: #E080C2;
}
</style>
background-color css
<style>
a { background-color: #E080C2; }
a { background-color: rgb(224,128,194); }
div.DivClassName
{
background-color: #E080C2;
}
.BgClassName
{
background-color: #E080C2;
}
</style>
border-color css
<style>
span { border-color: #E080C2; }
span { border-color: rgb(224,128,194); }
td.TdClassName
{
border-color: #E080C2;
}
.TagClassName
{
border-color: #E080C2;
}
</style>