Shades of Persian Pink #E07CBF
Tints of Persian Pink #E07CBF
RGB
CMYK
RGB Variations
Color information
#E07CBF (or 0xE07CBF) is known color: Persian Pink. HEX triplet: E0, 7C and BF. RGB value is (224,124,191). Sum of RGB (Red+Green+Blue) = 224+124+191=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CBF is #1F8340. Grayscale: #A1A1A1. Windows color (decimal): -2065217 or 12549344. OLE color: 12549344.
HSL color Cylindrical-coordinate representation of color #E07CBF: hue angle of 319.8º 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 #E07CBF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 191 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.12 |
| HSL | 319.8º | 0.62% | 0.68% | - |
| HSV(B) | 319.8º | 0.45% | 0.88% | - |
| XYZ | 47.35 | 34.02 | 53.36 | - |
| YUV | 161.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 191 | 0 | 0.45 | 0.15 | 0.12 | 319.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | BF | 0 | 2D | F | C | 140 | 3E | 44 |
| Octal | 340 | 174 | 277 | 0 | 55 | 17 | 14 | 500 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10111111 | 0 | 101101 | 1111 | 1100 | 101000000 | 111110 | 1000100 |
Color Harmonies of #E07CBF
Complementary color
Monochromatic Colors of #E07CBF
Black with #E07CBF
Text Example
Text Example
White with #E07CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CBF; }
p { color: rgb(224,124,191); }
H1.HeaderClassName
{
color: #E07CBF;
}
.AnyTagClassName
{
color: #E07CBF;
}
</style>
background-color css
<style>
a { background-color: #E07CBF; }
a { background-color: rgb(224,124,191); }
div.DivClassName
{
background-color: #E07CBF;
}
.BgClassName
{
background-color: #E07CBF;
}
</style>
border-color css
<style>
span { border-color: #E07CBF; }
span { border-color: rgb(224,124,191); }
td.TdClassName
{
border-color: #E07CBF;
}
.TagClassName
{
border-color: #E07CBF;
}
</style>