Shades of Deep Blush #E96F8F
Tints of Deep Blush #E96F8F
RGB
CMYK
RGB Variations
Color information
#E96F8F (or 0xE96F8F) is known color: Deep Blush. HEX triplet: E9, 6F and 8F. RGB value is (233,111,143). Sum of RGB (Red+Green+Blue) = 233+111+143=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96F8F is #169070. Grayscale: #979797. Windows color (decimal): -1478769 or 9400297. OLE color: 9400297.
HSL color Cylindrical-coordinate representation of color #E96F8F: hue angle of 344.26º degrees, saturation: 0.73, 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 #E96F8F is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 143 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.09 |
| HSL | 344.26º | 0.73% | 0.67% | - |
| HSV(B) | 344.26º | 0.52% | 0.91% | - |
| XYZ | 44.25 | 30.68 | 29.58 | - |
| YUV | 151.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 143 | 0 | 0.52 | 0.39 | 0.09 | 344.26 | 0.73 | 0.67 |
| Hex | E9 | 6F | 8F | 0 | 34 | 27 | 9 | 158 | 49 | 43 |
| Octal | 351 | 157 | 217 | 0 | 64 | 47 | 11 | 530 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10001111 | 0 | 110100 | 100111 | 1001 | 101011000 | 1001001 | 1000011 |
Color Harmonies of #E96F8F
Complementary color
Monochromatic Colors of #E96F8F
Black with #E96F8F
Text Example
Text Example
White with #E96F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96F8F; }
p { color: rgb(233,111,143); }
H1.HeaderClassName
{
color: #E96F8F;
}
.AnyTagClassName
{
color: #E96F8F;
}
</style>
background-color css
<style>
a { background-color: #E96F8F; }
a { background-color: rgb(233,111,143); }
div.DivClassName
{
background-color: #E96F8F;
}
.BgClassName
{
background-color: #E96F8F;
}
</style>
border-color css
<style>
span { border-color: #E96F8F; }
span { border-color: rgb(233,111,143); }
td.TdClassName
{
border-color: #E96F8F;
}
.TagClassName
{
border-color: #E96F8F;
}
</style>