Shades of Persian Pink #E07CB0
Tints of Persian Pink #E07CB0
RGB
CMYK
RGB Variations
Color information
#E07CB0 (or 0xE07CB0) is known color: Persian Pink. HEX triplet: E0, 7C and B0. RGB value is (224,124,176). Sum of RGB (Red+Green+Blue) = 224+124+176=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CB0 is #1F834F. Grayscale: #9F9F9F. Windows color (decimal): -2065232 or 11566304. OLE color: 11566304.
HSL color Cylindrical-coordinate representation of color #E07CB0: hue angle of 328.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 #E07CB0 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 176 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.12 |
| HSL | 328.8º | 0.62% | 0.68% | - |
| HSV(B) | 328.8º | 0.45% | 0.88% | - |
| XYZ | 45.78 | 33.4 | 45.11 | - |
| YUV | 159.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 176 | 0 | 0.45 | 0.21 | 0.12 | 328.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | B0 | 0 | 2D | 15 | C | 149 | 3E | 44 |
| Octal | 340 | 174 | 260 | 0 | 55 | 25 | 14 | 511 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10110000 | 0 | 101101 | 10101 | 1100 | 101001001 | 111110 | 1000100 |
Color Harmonies of #E07CB0
Complementary color
Monochromatic Colors of #E07CB0
Black with #E07CB0
Text Example
Text Example
White with #E07CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CB0; }
p { color: rgb(224,124,176); }
H1.HeaderClassName
{
color: #E07CB0;
}
.AnyTagClassName
{
color: #E07CB0;
}
</style>
background-color css
<style>
a { background-color: #E07CB0; }
a { background-color: rgb(224,124,176); }
div.DivClassName
{
background-color: #E07CB0;
}
.BgClassName
{
background-color: #E07CB0;
}
</style>
border-color css
<style>
span { border-color: #E07CB0; }
span { border-color: rgb(224,124,176); }
td.TdClassName
{
border-color: #E07CB0;
}
.TagClassName
{
border-color: #E07CB0;
}
</style>