Shades of Persian Pink #E078BF
Tints of Persian Pink #E078BF
RGB
CMYK
RGB Variations
Color information
#E078BF (or 0xE078BF) is known color: Persian Pink. HEX triplet: E0, 78 and BF. RGB value is (224,120,191). Sum of RGB (Red+Green+Blue) = 224+120+191=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E078BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078BF is #1F8740. Grayscale: #9F9F9F. Windows color (decimal): -2066241 or 12548320. OLE color: 12548320.
HSL color Cylindrical-coordinate representation of color #E078BF: hue angle of 319.04º 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 #E078BF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 191 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.12 |
| HSL | 319.04º | 0.63% | 0.67% | - |
| HSV(B) | 319.04º | 0.46% | 0.88% | - |
| XYZ | 46.86 | 33.04 | 53.2 | - |
| YUV | 159.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 191 | 0 | 0.46 | 0.15 | 0.12 | 319.04 | 0.63 | 0.67 |
| Hex | E0 | 78 | BF | 0 | 2E | F | C | 13F | 3F | 43 |
| Octal | 340 | 170 | 277 | 0 | 56 | 17 | 14 | 477 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10111111 | 0 | 101110 | 1111 | 1100 | 100111111 | 111111 | 1000011 |
Color Harmonies of #E078BF
Complementary color
Monochromatic Colors of #E078BF
Black with #E078BF
Text Example
Text Example
White with #E078BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078BF; }
p { color: rgb(224,120,191); }
H1.HeaderClassName
{
color: #E078BF;
}
.AnyTagClassName
{
color: #E078BF;
}
</style>
background-color css
<style>
a { background-color: #E078BF; }
a { background-color: rgb(224,120,191); }
div.DivClassName
{
background-color: #E078BF;
}
.BgClassName
{
background-color: #E078BF;
}
</style>
border-color css
<style>
span { border-color: #E078BF; }
span { border-color: rgb(224,120,191); }
td.TdClassName
{
border-color: #E078BF;
}
.TagClassName
{
border-color: #E078BF;
}
</style>