Shades of Persian Pink #E076B4
Tints of Persian Pink #E076B4
RGB
CMYK
RGB Variations
Color information
#E076B4 (or 0xE076B4) is known color: Persian Pink. HEX triplet: E0, 76 and B4. RGB value is (224,118,180). Sum of RGB (Red+Green+Blue) = 224+118+180=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E076B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076B4 is #1F894B. Grayscale: #9C9C9C. Windows color (decimal): -2066764 or 11826912. OLE color: 11826912.
HSL color Cylindrical-coordinate representation of color #E076B4: hue angle of 324.91º 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 #E076B4 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 180 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.12 |
| HSL | 324.91º | 0.63% | 0.67% | - |
| HSV(B) | 324.91º | 0.47% | 0.88% | - |
| XYZ | 45.46 | 32.1 | 46.98 | - |
| YUV | 156.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 180 | 0 | 0.47 | 0.20 | 0.12 | 324.91 | 0.63 | 0.67 |
| Hex | E0 | 76 | B4 | 0 | 2F | 14 | C | 145 | 3F | 43 |
| Octal | 340 | 166 | 264 | 0 | 57 | 24 | 14 | 505 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10110100 | 0 | 101111 | 10100 | 1100 | 101000101 | 111111 | 1000011 |
Color Harmonies of #E076B4
Complementary color
Monochromatic Colors of #E076B4
Black with #E076B4
Text Example
Text Example
White with #E076B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076B4; }
p { color: rgb(224,118,180); }
H1.HeaderClassName
{
color: #E076B4;
}
.AnyTagClassName
{
color: #E076B4;
}
</style>
background-color css
<style>
a { background-color: #E076B4; }
a { background-color: rgb(224,118,180); }
div.DivClassName
{
background-color: #E076B4;
}
.BgClassName
{
background-color: #E076B4;
}
</style>
border-color css
<style>
span { border-color: #E076B4; }
span { border-color: rgb(224,118,180); }
td.TdClassName
{
border-color: #E076B4;
}
.TagClassName
{
border-color: #E076B4;
}
</style>