Shades of Deep Blush #E76F8F
Tints of Deep Blush #E76F8F
RGB
CMYK
RGB Variations
Color information
#E76F8F (or 0xE76F8F) is known color: Deep Blush. HEX triplet: E7, 6F and 8F. RGB value is (231,111,143). Sum of RGB (Red+Green+Blue) = 231+111+143=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76F8F is #189070. Grayscale: #969696. Windows color (decimal): -1609841 or 9400295. OLE color: 9400295.
HSL color Cylindrical-coordinate representation of color #E76F8F: hue angle of 344º 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 #E76F8F is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 143 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.09 |
| HSL | 344º | 0.71% | 0.67% | - |
| HSV(B) | 344º | 0.52% | 0.91% | - |
| XYZ | 43.6 | 30.34 | 29.55 | - |
| YUV | 150.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 143 | 0 | 0.52 | 0.38 | 0.09 | 344 | 0.71 | 0.67 |
| Hex | E7 | 6F | 8F | 0 | 34 | 26 | 9 | 158 | 47 | 43 |
| Octal | 347 | 157 | 217 | 0 | 64 | 46 | 11 | 530 | 107 | 103 |
| Binary | 11100111 | 1101111 | 10001111 | 0 | 110100 | 100110 | 1001 | 101011000 | 1000111 | 1000011 |
Color Harmonies of #E76F8F
Complementary color
Monochromatic Colors of #E76F8F
Black with #E76F8F
Text Example
Text Example
White with #E76F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F8F; }
p { color: rgb(231,111,143); }
H1.HeaderClassName
{
color: #E76F8F;
}
.AnyTagClassName
{
color: #E76F8F;
}
</style>
background-color css
<style>
a { background-color: #E76F8F; }
a { background-color: rgb(231,111,143); }
div.DivClassName
{
background-color: #E76F8F;
}
.BgClassName
{
background-color: #E76F8F;
}
</style>
border-color css
<style>
span { border-color: #E76F8F; }
span { border-color: rgb(231,111,143); }
td.TdClassName
{
border-color: #E76F8F;
}
.TagClassName
{
border-color: #E76F8F;
}
</style>