Shades of Persian Pink #E076C2
Tints of Persian Pink #E076C2
RGB
CMYK
RGB Variations
Color information
#E076C2 (or 0xE076C2) is known color: Persian Pink. HEX triplet: E0, 76 and C2. RGB value is (224,118,194). Sum of RGB (Red+Green+Blue) = 224+118+194=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E076C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076C2 is #1F893D. Grayscale: #9E9E9E. Windows color (decimal): -2066750 or 12744416. OLE color: 12744416.
HSL color Cylindrical-coordinate representation of color #E076C2: hue angle of 316.98º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E076C2 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 194 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.12 |
| HSL | 316.98º | 0.63% | 0.67% | - |
| HSV(B) | 316.98º | 0.47% | 0.88% | - |
| XYZ | 46.96 | 32.7 | 54.88 | - |
| YUV | 158.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 194 | 0 | 0.47 | 0.13 | 0.12 | 316.98 | 0.63 | 0.67 |
| Hex | E0 | 76 | C2 | 0 | 2F | D | C | 13D | 3F | 43 |
| Octal | 340 | 166 | 302 | 0 | 57 | 15 | 14 | 475 | 77 | 103 |
| Binary | 11100000 | 1110110 | 11000010 | 0 | 101111 | 1101 | 1100 | 100111101 | 111111 | 1000011 |
Color Harmonies of #E076C2
Complementary color
Monochromatic Colors of #E076C2
Black with #E076C2
Text Example
Text Example
White with #E076C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076C2; }
p { color: rgb(224,118,194); }
H1.HeaderClassName
{
color: #E076C2;
}
.AnyTagClassName
{
color: #E076C2;
}
</style>
background-color css
<style>
a { background-color: #E076C2; }
a { background-color: rgb(224,118,194); }
div.DivClassName
{
background-color: #E076C2;
}
.BgClassName
{
background-color: #E076C2;
}
</style>
border-color css
<style>
span { border-color: #E076C2; }
span { border-color: rgb(224,118,194); }
td.TdClassName
{
border-color: #E076C2;
}
.TagClassName
{
border-color: #E076C2;
}
</style>