Shades of Persian Pink #E076B0
Tints of Persian Pink #E076B0
RGB
CMYK
RGB Variations
Color information
#E076B0 (or 0xE076B0) is known color: Persian Pink. HEX triplet: E0, 76 and B0. RGB value is (224,118,176). Sum of RGB (Red+Green+Blue) = 224+118+176=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E076B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076B0 is #1F894F. Grayscale: #9C9C9C. Windows color (decimal): -2066768 or 11564768. OLE color: 11564768.
HSL color Cylindrical-coordinate representation of color #E076B0: hue angle of 327.17º 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 #E076B0 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 176 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.12 |
| HSL | 327.17º | 0.63% | 0.67% | - |
| HSV(B) | 327.17º | 0.47% | 0.88% | - |
| XYZ | 45.06 | 31.94 | 44.86 | - |
| YUV | 156.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 176 | 0 | 0.47 | 0.21 | 0.12 | 327.17 | 0.63 | 0.67 |
| Hex | E0 | 76 | B0 | 0 | 2F | 15 | C | 147 | 3F | 43 |
| Octal | 340 | 166 | 260 | 0 | 57 | 25 | 14 | 507 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10110000 | 0 | 101111 | 10101 | 1100 | 101000111 | 111111 | 1000011 |
Color Harmonies of #E076B0
Complementary color
Monochromatic Colors of #E076B0
Black with #E076B0
Text Example
Text Example
White with #E076B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076B0; }
p { color: rgb(224,118,176); }
H1.HeaderClassName
{
color: #E076B0;
}
.AnyTagClassName
{
color: #E076B0;
}
</style>
background-color css
<style>
a { background-color: #E076B0; }
a { background-color: rgb(224,118,176); }
div.DivClassName
{
background-color: #E076B0;
}
.BgClassName
{
background-color: #E076B0;
}
</style>
border-color css
<style>
span { border-color: #E076B0; }
span { border-color: rgb(224,118,176); }
td.TdClassName
{
border-color: #E076B0;
}
.TagClassName
{
border-color: #E076B0;
}
</style>