Shades of Persian Pink #E078AC
Tints of Persian Pink #E078AC
RGB
CMYK
RGB Variations
Color information
#E078AC (or 0xE078AC) is known color: Persian Pink. HEX triplet: E0, 78 and AC. RGB value is (224,120,172). Sum of RGB (Red+Green+Blue) = 224+120+172=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E078AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078AC is #1F8753. Grayscale: #9C9C9C. Windows color (decimal): -2066260 or 11303136. OLE color: 11303136.
HSL color Cylindrical-coordinate representation of color #E078AC: hue angle of 330º 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 #E078AC is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 172 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.12 |
| HSL | 330º | 0.63% | 0.67% | - |
| HSV(B) | 330º | 0.46% | 0.88% | - |
| XYZ | 44.9 | 32.26 | 42.89 | - |
| YUV | 157.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 172 | 0 | 0.46 | 0.23 | 0.12 | 330 | 0.63 | 0.67 |
| Hex | E0 | 78 | AC | 0 | 2E | 17 | C | 14A | 3F | 43 |
| Octal | 340 | 170 | 254 | 0 | 56 | 27 | 14 | 512 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10101100 | 0 | 101110 | 10111 | 1100 | 101001010 | 111111 | 1000011 |
Color Harmonies of #E078AC
Complementary color
Monochromatic Colors of #E078AC
Black with #E078AC
Text Example
Text Example
White with #E078AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078AC; }
p { color: rgb(224,120,172); }
H1.HeaderClassName
{
color: #E078AC;
}
.AnyTagClassName
{
color: #E078AC;
}
</style>
background-color css
<style>
a { background-color: #E078AC; }
a { background-color: rgb(224,120,172); }
div.DivClassName
{
background-color: #E078AC;
}
.BgClassName
{
background-color: #E078AC;
}
</style>
border-color css
<style>
span { border-color: #E078AC; }
span { border-color: rgb(224,120,172); }
td.TdClassName
{
border-color: #E078AC;
}
.TagClassName
{
border-color: #E078AC;
}
</style>