Shades of Persian Pink #E07CC0
Tints of Persian Pink #E07CC0
RGB
CMYK
RGB Variations
Color information
#E07CC0 (or 0xE07CC0) is known color: Persian Pink. HEX triplet: E0, 7C and C0. RGB value is (224,124,192). Sum of RGB (Red+Green+Blue) = 224+124+192=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CC0 is #1F833F. Grayscale: #A1A1A1. Windows color (decimal): -2065216 or 12614880. OLE color: 12614880.
HSL color Cylindrical-coordinate representation of color #E07CC0: hue angle of 319.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 #E07CC0 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 192 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.12 |
| HSL | 319.2º | 0.62% | 0.68% | - |
| HSV(B) | 319.2º | 0.45% | 0.88% | - |
| XYZ | 47.46 | 34.07 | 53.94 | - |
| YUV | 161.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 192 | 0 | 0.45 | 0.14 | 0.12 | 319.2 | 0.62 | 0.68 |
| Hex | E0 | 7C | C0 | 0 | 2D | E | C | 13F | 3E | 44 |
| Octal | 340 | 174 | 300 | 0 | 55 | 16 | 14 | 477 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11000000 | 0 | 101101 | 1110 | 1100 | 100111111 | 111110 | 1000100 |
Color Harmonies of #E07CC0
Complementary color
Monochromatic Colors of #E07CC0
Black with #E07CC0
Text Example
Text Example
White with #E07CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CC0; }
p { color: rgb(224,124,192); }
H1.HeaderClassName
{
color: #E07CC0;
}
.AnyTagClassName
{
color: #E07CC0;
}
</style>
background-color css
<style>
a { background-color: #E07CC0; }
a { background-color: rgb(224,124,192); }
div.DivClassName
{
background-color: #E07CC0;
}
.BgClassName
{
background-color: #E07CC0;
}
</style>
border-color css
<style>
span { border-color: #E07CC0; }
span { border-color: rgb(224,124,192); }
td.TdClassName
{
border-color: #E07CC0;
}
.TagClassName
{
border-color: #E07CC0;
}
</style>