Shades of Persian Pink #E072BE
Tints of Persian Pink #E072BE
RGB
CMYK
RGB Variations
Color information
#E072BE (or 0xE072BE) is known color: Persian Pink. HEX triplet: E0, 72 and BE. RGB value is (224,114,190). Sum of RGB (Red+Green+Blue) = 224+114+190=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E072BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072BE is #1F8D41. Grayscale: #9B9B9B. Windows color (decimal): -2067778 or 12481248. OLE color: 12481248.
HSL color Cylindrical-coordinate representation of color #E072BE: hue angle of 318.55º 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 #E072BE is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 190 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.12 |
| HSL | 318.55º | 0.64% | 0.66% | - |
| HSV(B) | 318.55º | 0.49% | 0.88% | - |
| XYZ | 46.05 | 31.6 | 52.39 | - |
| YUV | 155.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 190 | 0 | 0.49 | 0.15 | 0.12 | 318.55 | 0.64 | 0.66 |
| Hex | E0 | 72 | BE | 0 | 31 | F | C | 13F | 40 | 42 |
| Octal | 340 | 162 | 276 | 0 | 61 | 17 | 14 | 477 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10111110 | 0 | 110001 | 1111 | 1100 | 100111111 | 1000000 | 1000010 |
Color Harmonies of #E072BE
Complementary color
Monochromatic Colors of #E072BE
Black with #E072BE
Text Example
Text Example
White with #E072BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072BE; }
p { color: rgb(224,114,190); }
H1.HeaderClassName
{
color: #E072BE;
}
.AnyTagClassName
{
color: #E072BE;
}
</style>
background-color css
<style>
a { background-color: #E072BE; }
a { background-color: rgb(224,114,190); }
div.DivClassName
{
background-color: #E072BE;
}
.BgClassName
{
background-color: #E072BE;
}
</style>
border-color css
<style>
span { border-color: #E072BE; }
span { border-color: rgb(224,114,190); }
td.TdClassName
{
border-color: #E072BE;
}
.TagClassName
{
border-color: #E072BE;
}
</style>