Shades of Deep Blush #E07A8A
Tints of Deep Blush #E07A8A
RGB
CMYK
RGB Variations
Color information
#E07A8A (or 0xE07A8A) is known color: Deep Blush. HEX triplet: E0, 7A and 8A. RGB value is (224,122,138). Sum of RGB (Red+Green+Blue) = 224+122+138=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A8A is #1F8575. Grayscale: #9A9A9A. Windows color (decimal): -2065782 or 9075424. OLE color: 9075424.
HSL color Cylindrical-coordinate representation of color #E07A8A: hue angle of 350.59º 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 #E07A8A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 138 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.12 |
| HSL | 350.59º | 0.62% | 0.68% | - |
| HSV(B) | 350.59º | 0.46% | 0.88% | - |
| XYZ | 42.29 | 31.6 | 27.92 | - |
| YUV | 154.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 138 | 0 | 0.46 | 0.38 | 0.12 | 350.59 | 0.62 | 0.68 |
| Hex | E0 | 7A | 8A | 0 | 2E | 26 | C | 15F | 3E | 44 |
| Octal | 340 | 172 | 212 | 0 | 56 | 46 | 14 | 537 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10001010 | 0 | 101110 | 100110 | 1100 | 101011111 | 111110 | 1000100 |
Color Harmonies of #E07A8A
Complementary color
Monochromatic Colors of #E07A8A
Black with #E07A8A
Text Example
Text Example
White with #E07A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A8A; }
p { color: rgb(224,122,138); }
H1.HeaderClassName
{
color: #E07A8A;
}
.AnyTagClassName
{
color: #E07A8A;
}
</style>
background-color css
<style>
a { background-color: #E07A8A; }
a { background-color: rgb(224,122,138); }
div.DivClassName
{
background-color: #E07A8A;
}
.BgClassName
{
background-color: #E07A8A;
}
</style>
border-color css
<style>
span { border-color: #E07A8A; }
span { border-color: rgb(224,122,138); }
td.TdClassName
{
border-color: #E07A8A;
}
.TagClassName
{
border-color: #E07A8A;
}
</style>