Shades of Persian Pink #E078B7
Tints of Persian Pink #E078B7
RGB
CMYK
RGB Variations
Color information
#E078B7 (or 0xE078B7) is known color: Persian Pink. HEX triplet: E0, 78 and B7. RGB value is (224,120,183). Sum of RGB (Red+Green+Blue) = 224+120+183=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E078B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078B7 is #1F8748. Grayscale: #9E9E9E. Windows color (decimal): -2066249 or 12024032. OLE color: 12024032.
HSL color Cylindrical-coordinate representation of color #E078B7: hue angle of 323.65º 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 #E078B7 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 183 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.12 |
| HSL | 323.65º | 0.63% | 0.67% | - |
| HSV(B) | 323.65º | 0.46% | 0.88% | - |
| XYZ | 46 | 32.7 | 48.69 | - |
| YUV | 158.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 183 | 0 | 0.46 | 0.18 | 0.12 | 323.65 | 0.63 | 0.67 |
| Hex | E0 | 78 | B7 | 0 | 2E | 12 | C | 144 | 3F | 43 |
| Octal | 340 | 170 | 267 | 0 | 56 | 22 | 14 | 504 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10110111 | 0 | 101110 | 10010 | 1100 | 101000100 | 111111 | 1000011 |
Color Harmonies of #E078B7
Complementary color
Monochromatic Colors of #E078B7
Black with #E078B7
Text Example
Text Example
White with #E078B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078B7; }
p { color: rgb(224,120,183); }
H1.HeaderClassName
{
color: #E078B7;
}
.AnyTagClassName
{
color: #E078B7;
}
</style>
background-color css
<style>
a { background-color: #E078B7; }
a { background-color: rgb(224,120,183); }
div.DivClassName
{
background-color: #E078B7;
}
.BgClassName
{
background-color: #E078B7;
}
</style>
border-color css
<style>
span { border-color: #E078B7; }
span { border-color: rgb(224,120,183); }
td.TdClassName
{
border-color: #E078B7;
}
.TagClassName
{
border-color: #E078B7;
}
</style>