Shades of Deep Blush #E76C8B
Tints of Deep Blush #E76C8B
RGB
CMYK
RGB Variations
Color information
#E76C8B (or 0xE76C8B) is known color: Deep Blush. HEX triplet: E7, 6C and 8B. RGB value is (231,108,139). Sum of RGB (Red+Green+Blue) = 231+108+139=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C8B is #189374. Grayscale: #949494. Windows color (decimal): -1610613 or 9137383. OLE color: 9137383.
HSL color Cylindrical-coordinate representation of color #E76C8B: hue angle of 344.88º 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 #E76C8B is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 139 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.09 |
| HSL | 344.88º | 0.72% | 0.66% | - |
| HSV(B) | 344.88º | 0.53% | 0.91% | - |
| XYZ | 42.98 | 29.58 | 27.87 | - |
| YUV | 148.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 139 | 0 | 0.53 | 0.40 | 0.09 | 344.88 | 0.72 | 0.66 |
| Hex | E7 | 6C | 8B | 0 | 35 | 28 | 9 | 159 | 48 | 42 |
| Octal | 347 | 154 | 213 | 0 | 65 | 50 | 11 | 531 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10001011 | 0 | 110101 | 101000 | 1001 | 101011001 | 1001000 | 1000010 |
Color Harmonies of #E76C8B
Complementary color
Monochromatic Colors of #E76C8B
Black with #E76C8B
Text Example
Text Example
White with #E76C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C8B; }
p { color: rgb(231,108,139); }
H1.HeaderClassName
{
color: #E76C8B;
}
.AnyTagClassName
{
color: #E76C8B;
}
</style>
background-color css
<style>
a { background-color: #E76C8B; }
a { background-color: rgb(231,108,139); }
div.DivClassName
{
background-color: #E76C8B;
}
.BgClassName
{
background-color: #E76C8B;
}
</style>
border-color css
<style>
span { border-color: #E76C8B; }
span { border-color: rgb(231,108,139); }
td.TdClassName
{
border-color: #E76C8B;
}
.TagClassName
{
border-color: #E76C8B;
}
</style>