Shades of Persian Pink #E07CB1
Tints of Persian Pink #E07CB1
RGB
CMYK
RGB Variations
Color information
#E07CB1 (or 0xE07CB1) is known color: Persian Pink. HEX triplet: E0, 7C and B1. RGB value is (224,124,177). Sum of RGB (Red+Green+Blue) = 224+124+177=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CB1 is #1F834E. Grayscale: #9F9F9F. Windows color (decimal): -2065231 or 11631840. OLE color: 11631840.
HSL color Cylindrical-coordinate representation of color #E07CB1: hue angle of 328.2º 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 #E07CB1 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 177 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.12 |
| HSL | 328.2º | 0.62% | 0.68% | - |
| HSV(B) | 328.2º | 0.45% | 0.88% | - |
| XYZ | 45.88 | 33.44 | 45.63 | - |
| YUV | 159.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 177 | 0 | 0.45 | 0.21 | 0.12 | 328.2 | 0.62 | 0.68 |
| Hex | E0 | 7C | B1 | 0 | 2D | 15 | C | 148 | 3E | 44 |
| Octal | 340 | 174 | 261 | 0 | 55 | 25 | 14 | 510 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10110001 | 0 | 101101 | 10101 | 1100 | 101001000 | 111110 | 1000100 |
Color Harmonies of #E07CB1
Complementary color
Monochromatic Colors of #E07CB1
Black with #E07CB1
Text Example
Text Example
White with #E07CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CB1; }
p { color: rgb(224,124,177); }
H1.HeaderClassName
{
color: #E07CB1;
}
.AnyTagClassName
{
color: #E07CB1;
}
</style>
background-color css
<style>
a { background-color: #E07CB1; }
a { background-color: rgb(224,124,177); }
div.DivClassName
{
background-color: #E07CB1;
}
.BgClassName
{
background-color: #E07CB1;
}
</style>
border-color css
<style>
span { border-color: #E07CB1; }
span { border-color: rgb(224,124,177); }
td.TdClassName
{
border-color: #E07CB1;
}
.TagClassName
{
border-color: #E07CB1;
}
</style>