Shades of Persian Pink #E071B5
Tints of Persian Pink #E071B5
RGB
CMYK
RGB Variations
Color information
#E071B5 (or 0xE071B5) is known color: Persian Pink. HEX triplet: E0, 71 and B5. RGB value is (224,113,181). Sum of RGB (Red+Green+Blue) = 224+113+181=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E071B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071B5 is #1F8E4A. Grayscale: #999999. Windows color (decimal): -2068043 or 11891168. OLE color: 11891168.
HSL color Cylindrical-coordinate representation of color #E071B5: hue angle of 323.24º 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 #E071B5 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 181 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.12 |
| HSL | 323.24º | 0.64% | 0.66% | - |
| HSV(B) | 323.24º | 0.5% | 0.88% | - |
| XYZ | 44.99 | 30.99 | 47.33 | - |
| YUV | 153.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 181 | 0 | 0.50 | 0.19 | 0.12 | 323.24 | 0.64 | 0.66 |
| Hex | E0 | 71 | B5 | 0 | 32 | 13 | C | 143 | 40 | 42 |
| Octal | 340 | 161 | 265 | 0 | 62 | 23 | 14 | 503 | 100 | 102 |
| Binary | 11100000 | 1110001 | 10110101 | 0 | 110010 | 10011 | 1100 | 101000011 | 1000000 | 1000010 |
Color Harmonies of #E071B5
Complementary color
Monochromatic Colors of #E071B5
Black with #E071B5
Text Example
Text Example
White with #E071B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071B5; }
p { color: rgb(224,113,181); }
H1.HeaderClassName
{
color: #E071B5;
}
.AnyTagClassName
{
color: #E071B5;
}
</style>
background-color css
<style>
a { background-color: #E071B5; }
a { background-color: rgb(224,113,181); }
div.DivClassName
{
background-color: #E071B5;
}
.BgClassName
{
background-color: #E071B5;
}
</style>
border-color css
<style>
span { border-color: #E071B5; }
span { border-color: rgb(224,113,181); }
td.TdClassName
{
border-color: #E071B5;
}
.TagClassName
{
border-color: #E071B5;
}
</style>