Shades of Persian Pink #E07ABB
Tints of Persian Pink #E07ABB
RGB
CMYK
RGB Variations
Color information
#E07ABB (or 0xE07ABB) is known color: Persian Pink. HEX triplet: E0, 7A and BB. RGB value is (224,122,187). Sum of RGB (Red+Green+Blue) = 224+122+187=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ABB is #1F8544. Grayscale: #9F9F9F. Windows color (decimal): -2065733 or 12286688. OLE color: 12286688.
HSL color Cylindrical-coordinate representation of color #E07ABB: hue angle of 321.76º 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 #E07ABB is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 187 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.12 |
| HSL | 321.76º | 0.62% | 0.68% | - |
| HSV(B) | 321.76º | 0.46% | 0.88% | - |
| XYZ | 46.67 | 33.35 | 50.99 | - |
| YUV | 159.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 187 | 0 | 0.46 | 0.17 | 0.12 | 321.76 | 0.62 | 0.68 |
| Hex | E0 | 7A | BB | 0 | 2E | 11 | C | 142 | 3E | 44 |
| Octal | 340 | 172 | 273 | 0 | 56 | 21 | 14 | 502 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10111011 | 0 | 101110 | 10001 | 1100 | 101000010 | 111110 | 1000100 |
Color Harmonies of #E07ABB
Complementary color
Monochromatic Colors of #E07ABB
Black with #E07ABB
Text Example
Text Example
White with #E07ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ABB; }
p { color: rgb(224,122,187); }
H1.HeaderClassName
{
color: #E07ABB;
}
.AnyTagClassName
{
color: #E07ABB;
}
</style>
background-color css
<style>
a { background-color: #E07ABB; }
a { background-color: rgb(224,122,187); }
div.DivClassName
{
background-color: #E07ABB;
}
.BgClassName
{
background-color: #E07ABB;
}
</style>
border-color css
<style>
span { border-color: #E07ABB; }
span { border-color: rgb(224,122,187); }
td.TdClassName
{
border-color: #E07ABB;
}
.TagClassName
{
border-color: #E07ABB;
}
</style>