Shades of Persian Pink #E072B5
Tints of Persian Pink #E072B5
RGB
CMYK
RGB Variations
Color information
#E072B5 (or 0xE072B5) is known color: Persian Pink. HEX triplet: E0, 72 and B5. RGB value is (224,114,181). Sum of RGB (Red+Green+Blue) = 224+114+181=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E072B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072B5 is #1F8D4A. Grayscale: #9A9A9A. Windows color (decimal): -2067787 or 11891424. OLE color: 11891424.
HSL color Cylindrical-coordinate representation of color #E072B5: hue angle of 323.45º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E072B5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 181 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.12 |
| HSL | 323.45º | 0.64% | 0.66% | - |
| HSV(B) | 323.45º | 0.49% | 0.88% | - |
| XYZ | 45.1 | 31.22 | 47.36 | - |
| YUV | 154.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 181 | 0 | 0.49 | 0.19 | 0.12 | 323.45 | 0.64 | 0.66 |
| Hex | E0 | 72 | B5 | 0 | 31 | 13 | C | 143 | 40 | 42 |
| Octal | 340 | 162 | 265 | 0 | 61 | 23 | 14 | 503 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10110101 | 0 | 110001 | 10011 | 1100 | 101000011 | 1000000 | 1000010 |
Color Harmonies of #E072B5
Complementary color
Monochromatic Colors of #E072B5
Black with #E072B5
Text Example
Text Example
White with #E072B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072B5; }
p { color: rgb(224,114,181); }
H1.HeaderClassName
{
color: #E072B5;
}
.AnyTagClassName
{
color: #E072B5;
}
</style>
background-color css
<style>
a { background-color: #E072B5; }
a { background-color: rgb(224,114,181); }
div.DivClassName
{
background-color: #E072B5;
}
.BgClassName
{
background-color: #E072B5;
}
</style>
border-color css
<style>
span { border-color: #E072B5; }
span { border-color: rgb(224,114,181); }
td.TdClassName
{
border-color: #E072B5;
}
.TagClassName
{
border-color: #E072B5;
}
</style>