Shades of Persian Pink #E074C0
Tints of Persian Pink #E074C0
RGB
CMYK
RGB Variations
Color information
#E074C0 (or 0xE074C0) is known color: Persian Pink. HEX triplet: E0, 74 and C0. RGB value is (224,116,192). Sum of RGB (Red+Green+Blue) = 224+116+192=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E074C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074C0 is #1F8B3F. Grayscale: #9C9C9C. Windows color (decimal): -2067264 or 12612832. OLE color: 12612832.
HSL color Cylindrical-coordinate representation of color #E074C0: hue angle of 317.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E074C0 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 192 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.12 |
| HSL | 317.78º | 0.64% | 0.67% | - |
| HSV(B) | 317.78º | 0.48% | 0.88% | - |
| XYZ | 46.5 | 32.14 | 53.62 | - |
| YUV | 156.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 192 | 0 | 0.48 | 0.14 | 0.12 | 317.78 | 0.64 | 0.67 |
| Hex | E0 | 74 | C0 | 0 | 30 | E | C | 13E | 40 | 43 |
| Octal | 340 | 164 | 300 | 0 | 60 | 16 | 14 | 476 | 100 | 103 |
| Binary | 11100000 | 1110100 | 11000000 | 0 | 110000 | 1110 | 1100 | 100111110 | 1000000 | 1000011 |
Color Harmonies of #E074C0
Complementary color
Monochromatic Colors of #E074C0
Black with #E074C0
Text Example
Text Example
White with #E074C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074C0; }
p { color: rgb(224,116,192); }
H1.HeaderClassName
{
color: #E074C0;
}
.AnyTagClassName
{
color: #E074C0;
}
</style>
background-color css
<style>
a { background-color: #E074C0; }
a { background-color: rgb(224,116,192); }
div.DivClassName
{
background-color: #E074C0;
}
.BgClassName
{
background-color: #E074C0;
}
</style>
border-color css
<style>
span { border-color: #E074C0; }
span { border-color: rgb(224,116,192); }
td.TdClassName
{
border-color: #E074C0;
}
.TagClassName
{
border-color: #E074C0;
}
</style>