Shades of Persian Pink #E07FC2
Tints of Persian Pink #E07FC2
RGB
CMYK
RGB Variations
Color information
#E07FC2 (or 0xE07FC2) is known color: Persian Pink. HEX triplet: E0, 7F and C2. RGB value is (224,127,194). Sum of RGB (Red+Green+Blue) = 224+127+194=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC2 is #1F803D. Grayscale: #A3A3A3. Windows color (decimal): -2064446 or 12746720. OLE color: 12746720.
HSL color Cylindrical-coordinate representation of color #E07FC2: hue angle of 318.56º 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 #E07FC2 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 194 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.12 |
| HSL | 318.56º | 0.61% | 0.69% | - |
| HSV(B) | 318.56º | 0.43% | 0.88% | - |
| XYZ | 48.07 | 34.92 | 55.25 | - |
| YUV | 163.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 194 | 0 | 0.43 | 0.13 | 0.12 | 318.56 | 0.61 | 0.69 |
| Hex | E0 | 7F | C2 | 0 | 2B | D | C | 13F | 3D | 45 |
| Octal | 340 | 177 | 302 | 0 | 53 | 15 | 14 | 477 | 75 | 105 |
| Binary | 11100000 | 1111111 | 11000010 | 0 | 101011 | 1101 | 1100 | 100111111 | 111101 | 1000101 |
Color Harmonies of #E07FC2
Complementary color
Monochromatic Colors of #E07FC2
Black with #E07FC2
Text Example
Text Example
White with #E07FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FC2; }
p { color: rgb(224,127,194); }
H1.HeaderClassName
{
color: #E07FC2;
}
.AnyTagClassName
{
color: #E07FC2;
}
</style>
background-color css
<style>
a { background-color: #E07FC2; }
a { background-color: rgb(224,127,194); }
div.DivClassName
{
background-color: #E07FC2;
}
.BgClassName
{
background-color: #E07FC2;
}
</style>
border-color css
<style>
span { border-color: #E07FC2; }
span { border-color: rgb(224,127,194); }
td.TdClassName
{
border-color: #E07FC2;
}
.TagClassName
{
border-color: #E07FC2;
}
</style>