Shades of Persian Pink #E07CBC
Tints of Persian Pink #E07CBC
RGB
CMYK
RGB Variations
Color information
#E07CBC (or 0xE07CBC) is known color: Persian Pink. HEX triplet: E0, 7C and BC. RGB value is (224,124,188). Sum of RGB (Red+Green+Blue) = 224+124+188=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CBC is #1F8343. Grayscale: #A1A1A1. Windows color (decimal): -2065220 or 12352736. OLE color: 12352736.
HSL color Cylindrical-coordinate representation of color #E07CBC: hue angle of 321.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CBC is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 188 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.12 |
| HSL | 321.6º | 0.62% | 0.68% | - |
| HSV(B) | 321.6º | 0.45% | 0.88% | - |
| XYZ | 47.03 | 33.89 | 51.64 | - |
| YUV | 161.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 188 | 0 | 0.45 | 0.16 | 0.12 | 321.6 | 0.62 | 0.68 |
| Hex | E0 | 7C | BC | 0 | 2D | 10 | C | 142 | 3E | 44 |
| Octal | 340 | 174 | 274 | 0 | 55 | 20 | 14 | 502 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10111100 | 0 | 101101 | 10000 | 1100 | 101000010 | 111110 | 1000100 |
Color Harmonies of #E07CBC
Complementary color
Monochromatic Colors of #E07CBC
Black with #E07CBC
Text Example
Text Example
White with #E07CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CBC; }
p { color: rgb(224,124,188); }
H1.HeaderClassName
{
color: #E07CBC;
}
.AnyTagClassName
{
color: #E07CBC;
}
</style>
background-color css
<style>
a { background-color: #E07CBC; }
a { background-color: rgb(224,124,188); }
div.DivClassName
{
background-color: #E07CBC;
}
.BgClassName
{
background-color: #E07CBC;
}
</style>
border-color css
<style>
span { border-color: #E07CBC; }
span { border-color: rgb(224,124,188); }
td.TdClassName
{
border-color: #E07CBC;
}
.TagClassName
{
border-color: #E07CBC;
}
</style>