Shades of Deep Blush #E76D8C
Tints of Deep Blush #E76D8C
RGB
CMYK
RGB Variations
Color information
#E76D8C (or 0xE76D8C) is known color: Deep Blush. HEX triplet: E7, 6D and 8C. RGB value is (231,109,140). Sum of RGB (Red+Green+Blue) = 231+109+140=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76D8C is #189273. Grayscale: #959595. Windows color (decimal): -1610356 or 9203175. OLE color: 9203175.
HSL color Cylindrical-coordinate representation of color #E76D8C: hue angle of 344.75º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76D8C is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 140 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.09 |
| HSL | 344.75º | 0.72% | 0.67% | - |
| HSV(B) | 344.75º | 0.53% | 0.91% | - |
| XYZ | 43.16 | 29.82 | 28.29 | - |
| YUV | 149.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 140 | 0 | 0.53 | 0.39 | 0.09 | 344.75 | 0.72 | 0.67 |
| Hex | E7 | 6D | 8C | 0 | 35 | 27 | 9 | 159 | 48 | 43 |
| Octal | 347 | 155 | 214 | 0 | 65 | 47 | 11 | 531 | 110 | 103 |
| Binary | 11100111 | 1101101 | 10001100 | 0 | 110101 | 100111 | 1001 | 101011001 | 1001000 | 1000011 |
Color Harmonies of #E76D8C
Complementary color
Monochromatic Colors of #E76D8C
Black with #E76D8C
Text Example
Text Example
White with #E76D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D8C; }
p { color: rgb(231,109,140); }
H1.HeaderClassName
{
color: #E76D8C;
}
.AnyTagClassName
{
color: #E76D8C;
}
</style>
background-color css
<style>
a { background-color: #E76D8C; }
a { background-color: rgb(231,109,140); }
div.DivClassName
{
background-color: #E76D8C;
}
.BgClassName
{
background-color: #E76D8C;
}
</style>
border-color css
<style>
span { border-color: #E76D8C; }
span { border-color: rgb(231,109,140); }
td.TdClassName
{
border-color: #E76D8C;
}
.TagClassName
{
border-color: #E76D8C;
}
</style>