Shades of Deep Blush #E76C93
Tints of Deep Blush #E76C93
RGB
CMYK
RGB Variations
Color information
#E76C93 (or 0xE76C93) is known color: Deep Blush. HEX triplet: E7, 6C and 93. RGB value is (231,108,147). Sum of RGB (Red+Green+Blue) = 231+108+147=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C93 is #18936C. Grayscale: #959595. Windows color (decimal): -1610605 or 9661671. OLE color: 9661671.
HSL color Cylindrical-coordinate representation of color #E76C93: hue angle of 340.98º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76C93 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 147 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.09 |
| HSL | 340.98º | 0.72% | 0.66% | - |
| HSV(B) | 340.98º | 0.53% | 0.91% | - |
| XYZ | 43.58 | 29.82 | 31.06 | - |
| YUV | 149.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 147 | 0 | 0.53 | 0.36 | 0.09 | 340.98 | 0.72 | 0.66 |
| Hex | E7 | 6C | 93 | 0 | 35 | 24 | 9 | 155 | 48 | 42 |
| Octal | 347 | 154 | 223 | 0 | 65 | 44 | 11 | 525 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10010011 | 0 | 110101 | 100100 | 1001 | 101010101 | 1001000 | 1000010 |
Color Harmonies of #E76C93
Complementary color
Monochromatic Colors of #E76C93
Black with #E76C93
Text Example
Text Example
White with #E76C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C93; }
p { color: rgb(231,108,147); }
H1.HeaderClassName
{
color: #E76C93;
}
.AnyTagClassName
{
color: #E76C93;
}
</style>
background-color css
<style>
a { background-color: #E76C93; }
a { background-color: rgb(231,108,147); }
div.DivClassName
{
background-color: #E76C93;
}
.BgClassName
{
background-color: #E76C93;
}
</style>
border-color css
<style>
span { border-color: #E76C93; }
span { border-color: rgb(231,108,147); }
td.TdClassName
{
border-color: #E76C93;
}
.TagClassName
{
border-color: #E76C93;
}
</style>