Shades of Deep Blush #E77A83
Tints of Deep Blush #E77A83
RGB
CMYK
RGB Variations
Color information
#E77A83 (or 0xE77A83) is known color: Deep Blush. HEX triplet: E7, 7A and 83. RGB value is (231,122,131). Sum of RGB (Red+Green+Blue) = 231+122+131=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A83 is #18857C. Grayscale: #9B9B9B. Windows color (decimal): -1607037 or 8616679. OLE color: 8616679.
HSL color Cylindrical-coordinate representation of color #E77A83: hue angle of 355.05º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77A83 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 131 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.09 |
| HSL | 355.05º | 0.69% | 0.69% | - |
| HSV(B) | 355.05º | 0.47% | 0.91% | - |
| XYZ | 44.01 | 32.55 | 25.44 | - |
| YUV | 155.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 131 | 0 | 0.47 | 0.43 | 0.09 | 355.05 | 0.69 | 0.69 |
| Hex | E7 | 7A | 83 | 0 | 2F | 2B | 9 | 163 | 45 | 45 |
| Octal | 347 | 172 | 203 | 0 | 57 | 53 | 11 | 543 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10000011 | 0 | 101111 | 101011 | 1001 | 101100011 | 1000101 | 1000101 |
Color Harmonies of #E77A83
Complementary color
Monochromatic Colors of #E77A83
Black with #E77A83
Text Example
Text Example
White with #E77A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A83; }
p { color: rgb(231,122,131); }
H1.HeaderClassName
{
color: #E77A83;
}
.AnyTagClassName
{
color: #E77A83;
}
</style>
background-color css
<style>
a { background-color: #E77A83; }
a { background-color: rgb(231,122,131); }
div.DivClassName
{
background-color: #E77A83;
}
.BgClassName
{
background-color: #E77A83;
}
</style>
border-color css
<style>
span { border-color: #E77A83; }
span { border-color: rgb(231,122,131); }
td.TdClassName
{
border-color: #E77A83;
}
.TagClassName
{
border-color: #E77A83;
}
</style>