Shades of Persian Pink #E078C0
Tints of Persian Pink #E078C0
RGB
CMYK
RGB Variations
Color information
#E078C0 (or 0xE078C0) is known color: Persian Pink. HEX triplet: E0, 78 and C0. RGB value is (224,120,192). Sum of RGB (Red+Green+Blue) = 224+120+192=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E078C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078C0 is #1F873F. Grayscale: #9F9F9F. Windows color (decimal): -2066240 or 12613856. OLE color: 12613856.
HSL color Cylindrical-coordinate representation of color #E078C0: hue angle of 318.46º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078C0 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 192 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.12 |
| HSL | 318.46º | 0.63% | 0.67% | - |
| HSV(B) | 318.46º | 0.46% | 0.88% | - |
| XYZ | 46.97 | 33.09 | 53.78 | - |
| YUV | 159.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 192 | 0 | 0.46 | 0.14 | 0.12 | 318.46 | 0.63 | 0.67 |
| Hex | E0 | 78 | C0 | 0 | 2E | E | C | 13E | 3F | 43 |
| Octal | 340 | 170 | 300 | 0 | 56 | 16 | 14 | 476 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11000000 | 0 | 101110 | 1110 | 1100 | 100111110 | 111111 | 1000011 |
Color Harmonies of #E078C0
Complementary color
Monochromatic Colors of #E078C0
Black with #E078C0
Text Example
Text Example
White with #E078C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078C0; }
p { color: rgb(224,120,192); }
H1.HeaderClassName
{
color: #E078C0;
}
.AnyTagClassName
{
color: #E078C0;
}
</style>
background-color css
<style>
a { background-color: #E078C0; }
a { background-color: rgb(224,120,192); }
div.DivClassName
{
background-color: #E078C0;
}
.BgClassName
{
background-color: #E078C0;
}
</style>
border-color css
<style>
span { border-color: #E078C0; }
span { border-color: rgb(224,120,192); }
td.TdClassName
{
border-color: #E078C0;
}
.TagClassName
{
border-color: #E078C0;
}
</style>