Shades of Persian Pink #E07FC0
Tints of Persian Pink #E07FC0
RGB
CMYK
RGB Variations
Color information
#E07FC0 (or 0xE07FC0) is known color: Persian Pink. HEX triplet: E0, 7F and C0. RGB value is (224,127,192). Sum of RGB (Red+Green+Blue) = 224+127+192=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC0 is #1F803F. Grayscale: #A3A3A3. Windows color (decimal): -2064448 or 12615648. OLE color: 12615648.
HSL color Cylindrical-coordinate representation of color #E07FC0: hue angle of 319.79º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FC0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 192 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.12 |
| HSL | 319.79º | 0.61% | 0.69% | - |
| HSV(B) | 319.79º | 0.43% | 0.88% | - |
| XYZ | 47.84 | 34.83 | 54.07 | - |
| YUV | 163.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 192 | 0 | 0.43 | 0.14 | 0.12 | 319.79 | 0.61 | 0.69 |
| Hex | E0 | 7F | C0 | 0 | 2B | E | C | 140 | 3D | 45 |
| Octal | 340 | 177 | 300 | 0 | 53 | 16 | 14 | 500 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11000000 | 0 | 101011 | 1110 | 1100 | 101000000 | 111101 | 1000101 |
Color Harmonies of #E07FC0
Complementary color
Monochromatic Colors of #E07FC0
Black with #E07FC0
Text Example
Text Example
White with #E07FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FC0; }
p { color: rgb(224,127,192); }
H1.HeaderClassName
{
color: #E07FC0;
}
.AnyTagClassName
{
color: #E07FC0;
}
</style>
background-color css
<style>
a { background-color: #E07FC0; }
a { background-color: rgb(224,127,192); }
div.DivClassName
{
background-color: #E07FC0;
}
.BgClassName
{
background-color: #E07FC0;
}
</style>
border-color css
<style>
span { border-color: #E07FC0; }
span { border-color: rgb(224,127,192); }
td.TdClassName
{
border-color: #E07FC0;
}
.TagClassName
{
border-color: #E07FC0;
}
</style>