Shades of Deep Blush #E77083
Tints of Deep Blush #E77083
RGB
CMYK
RGB Variations
Color information
#E77083 (or 0xE77083) is known color: Deep Blush. HEX triplet: E7, 70 and 83. RGB value is (231,112,131). Sum of RGB (Red+Green+Blue) = 231+112+131=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E77083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77083 is #188F7C. Grayscale: #959595. Windows color (decimal): -1609597 or 8614119. OLE color: 8614119.
HSL color Cylindrical-coordinate representation of color #E77083: hue angle of 350.42º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77083 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 131 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.09 |
| HSL | 350.42º | 0.71% | 0.67% | - |
| HSV(B) | 350.42º | 0.52% | 0.91% | - |
| XYZ | 42.85 | 30.22 | 25.05 | - |
| YUV | 149.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 131 | 0 | 0.52 | 0.43 | 0.09 | 350.42 | 0.71 | 0.67 |
| Hex | E7 | 70 | 83 | 0 | 34 | 2B | 9 | 15E | 47 | 43 |
| Octal | 347 | 160 | 203 | 0 | 64 | 53 | 11 | 536 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10000011 | 0 | 110100 | 101011 | 1001 | 101011110 | 1000111 | 1000011 |
Color Harmonies of #E77083
Complementary color
Monochromatic Colors of #E77083
Black with #E77083
Text Example
Text Example
White with #E77083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77083; }
p { color: rgb(231,112,131); }
H1.HeaderClassName
{
color: #E77083;
}
.AnyTagClassName
{
color: #E77083;
}
</style>
background-color css
<style>
a { background-color: #E77083; }
a { background-color: rgb(231,112,131); }
div.DivClassName
{
background-color: #E77083;
}
.BgClassName
{
background-color: #E77083;
}
</style>
border-color css
<style>
span { border-color: #E77083; }
span { border-color: rgb(231,112,131); }
td.TdClassName
{
border-color: #E77083;
}
.TagClassName
{
border-color: #E77083;
}
</style>