Shades of Persian Pink #E07CB4
Tints of Persian Pink #E07CB4
RGB
CMYK
RGB Variations
Color information
#E07CB4 (or 0xE07CB4) is known color: Persian Pink. HEX triplet: E0, 7C and B4. RGB value is (224,124,180). Sum of RGB (Red+Green+Blue) = 224+124+180=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CB4 is #1F834B. Grayscale: #A0A0A0. Windows color (decimal): -2065228 or 11828448. OLE color: 11828448.
HSL color Cylindrical-coordinate representation of color #E07CB4: hue angle of 326.4º 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 #E07CB4 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 180 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.12 |
| HSL | 326.4º | 0.62% | 0.68% | - |
| HSV(B) | 326.4º | 0.45% | 0.88% | - |
| XYZ | 46.19 | 33.56 | 47.22 | - |
| YUV | 160.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 180 | 0 | 0.45 | 0.20 | 0.12 | 326.4 | 0.62 | 0.68 |
| Hex | E0 | 7C | B4 | 0 | 2D | 14 | C | 146 | 3E | 44 |
| Octal | 340 | 174 | 264 | 0 | 55 | 24 | 14 | 506 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10110100 | 0 | 101101 | 10100 | 1100 | 101000110 | 111110 | 1000100 |
Color Harmonies of #E07CB4
Complementary color
Monochromatic Colors of #E07CB4
Black with #E07CB4
Text Example
Text Example
White with #E07CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CB4; }
p { color: rgb(224,124,180); }
H1.HeaderClassName
{
color: #E07CB4;
}
.AnyTagClassName
{
color: #E07CB4;
}
</style>
background-color css
<style>
a { background-color: #E07CB4; }
a { background-color: rgb(224,124,180); }
div.DivClassName
{
background-color: #E07CB4;
}
.BgClassName
{
background-color: #E07CB4;
}
</style>
border-color css
<style>
span { border-color: #E07CB4; }
span { border-color: rgb(224,124,180); }
td.TdClassName
{
border-color: #E07CB4;
}
.TagClassName
{
border-color: #E07CB4;
}
</style>