Shades of Deep Blush #E76687
Tints of Deep Blush #E76687
RGB
CMYK
RGB Variations
Color information
#E76687 (or 0xE76687) is known color: Deep Blush. HEX triplet: E7, 66 and 87. RGB value is (231,102,135). Sum of RGB (Red+Green+Blue) = 231+102+135=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E76687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76687 is #189978. Grayscale: #909090. Windows color (decimal): -1612153 or 8873703. OLE color: 8873703.
HSL color Cylindrical-coordinate representation of color #E76687: hue angle of 344.65º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76687 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 135 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.09 |
| HSL | 344.65º | 0.73% | 0.65% | - |
| HSV(B) | 344.65º | 0.56% | 0.91% | - |
| XYZ | 42.08 | 28.24 | 26.15 | - |
| YUV | 144.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 135 | 0 | 0.56 | 0.42 | 0.09 | 344.65 | 0.73 | 0.65 |
| Hex | E7 | 66 | 87 | 0 | 38 | 2A | 9 | 159 | 49 | 41 |
| Octal | 347 | 146 | 207 | 0 | 70 | 52 | 11 | 531 | 111 | 101 |
| Binary | 11100111 | 1100110 | 10000111 | 0 | 111000 | 101010 | 1001 | 101011001 | 1001001 | 1000001 |
Color Harmonies of #E76687
Complementary color
Monochromatic Colors of #E76687
Black with #E76687
Text Example
Text Example
White with #E76687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76687; }
p { color: rgb(231,102,135); }
H1.HeaderClassName
{
color: #E76687;
}
.AnyTagClassName
{
color: #E76687;
}
</style>
background-color css
<style>
a { background-color: #E76687; }
a { background-color: rgb(231,102,135); }
div.DivClassName
{
background-color: #E76687;
}
.BgClassName
{
background-color: #E76687;
}
</style>
border-color css
<style>
span { border-color: #E76687; }
span { border-color: rgb(231,102,135); }
td.TdClassName
{
border-color: #E76687;
}
.TagClassName
{
border-color: #E76687;
}
</style>