Shades of Persian Pink #E07ABC
Tints of Persian Pink #E07ABC
RGB
CMYK
RGB Variations
Color information
#E07ABC (or 0xE07ABC) is known color: Persian Pink. HEX triplet: E0, 7A and BC. RGB value is (224,122,188). Sum of RGB (Red+Green+Blue) = 224+122+188=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ABC is #1F8543. Grayscale: #9F9F9F. Windows color (decimal): -2065732 or 12352224. OLE color: 12352224.
HSL color Cylindrical-coordinate representation of color #E07ABC: hue angle of 321.18º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07ABC is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 188 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.12 |
| HSL | 321.18º | 0.62% | 0.68% | - |
| HSV(B) | 321.18º | 0.46% | 0.88% | - |
| XYZ | 46.78 | 33.4 | 51.56 | - |
| YUV | 160.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 188 | 0 | 0.46 | 0.16 | 0.12 | 321.18 | 0.62 | 0.68 |
| Hex | E0 | 7A | BC | 0 | 2E | 10 | C | 141 | 3E | 44 |
| Octal | 340 | 172 | 274 | 0 | 56 | 20 | 14 | 501 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10111100 | 0 | 101110 | 10000 | 1100 | 101000001 | 111110 | 1000100 |
Color Harmonies of #E07ABC
Complementary color
Monochromatic Colors of #E07ABC
Black with #E07ABC
Text Example
Text Example
White with #E07ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ABC; }
p { color: rgb(224,122,188); }
H1.HeaderClassName
{
color: #E07ABC;
}
.AnyTagClassName
{
color: #E07ABC;
}
</style>
background-color css
<style>
a { background-color: #E07ABC; }
a { background-color: rgb(224,122,188); }
div.DivClassName
{
background-color: #E07ABC;
}
.BgClassName
{
background-color: #E07ABC;
}
</style>
border-color css
<style>
span { border-color: #E07ABC; }
span { border-color: rgb(224,122,188); }
td.TdClassName
{
border-color: #E07ABC;
}
.TagClassName
{
border-color: #E07ABC;
}
</style>