Shades of Persian Pink #E071B1
Tints of Persian Pink #E071B1
RGB
CMYK
RGB Variations
Color information
#E071B1 (or 0xE071B1) is known color: Persian Pink. HEX triplet: E0, 71 and B1. RGB value is (224,113,177). Sum of RGB (Red+Green+Blue) = 224+113+177=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E071B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071B1 is #1F8E4E. Grayscale: #999999. Windows color (decimal): -2068047 or 11629024. OLE color: 11629024.
HSL color Cylindrical-coordinate representation of color #E071B1: hue angle of 325.41º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071B1 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 177 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.12 |
| HSL | 325.41º | 0.64% | 0.66% | - |
| HSV(B) | 325.41º | 0.5% | 0.88% | - |
| XYZ | 44.58 | 30.83 | 45.2 | - |
| YUV | 153.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 177 | 0 | 0.50 | 0.21 | 0.12 | 325.41 | 0.64 | 0.66 |
| Hex | E0 | 71 | B1 | 0 | 32 | 15 | C | 145 | 40 | 42 |
| Octal | 340 | 161 | 261 | 0 | 62 | 25 | 14 | 505 | 100 | 102 |
| Binary | 11100000 | 1110001 | 10110001 | 0 | 110010 | 10101 | 1100 | 101000101 | 1000000 | 1000010 |
Color Harmonies of #E071B1
Complementary color
Monochromatic Colors of #E071B1
Black with #E071B1
Text Example
Text Example
White with #E071B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071B1; }
p { color: rgb(224,113,177); }
H1.HeaderClassName
{
color: #E071B1;
}
.AnyTagClassName
{
color: #E071B1;
}
</style>
background-color css
<style>
a { background-color: #E071B1; }
a { background-color: rgb(224,113,177); }
div.DivClassName
{
background-color: #E071B1;
}
.BgClassName
{
background-color: #E071B1;
}
</style>
border-color css
<style>
span { border-color: #E071B1; }
span { border-color: rgb(224,113,177); }
td.TdClassName
{
border-color: #E071B1;
}
.TagClassName
{
border-color: #E071B1;
}
</style>