Shades of Deep Blush #E86F8C
Tints of Deep Blush #E86F8C
RGB
CMYK
RGB Variations
Color information
#E86F8C (or 0xE86F8C) is known color: Deep Blush. HEX triplet: E8, 6F and 8C. RGB value is (232,111,140). Sum of RGB (Red+Green+Blue) = 232+111+140=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F8C is #179073. Grayscale: #969696. Windows color (decimal): -1544308 or 9203688. OLE color: 9203688.
HSL color Cylindrical-coordinate representation of color #E86F8C: hue angle of 345.62º degrees, saturation: 0.72, 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 #E86F8C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 140 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.09 |
| HSL | 345.62º | 0.72% | 0.67% | - |
| HSV(B) | 345.62º | 0.52% | 0.91% | - |
| XYZ | 43.7 | 30.42 | 28.38 | - |
| YUV | 150.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 140 | 0 | 0.52 | 0.40 | 0.09 | 345.62 | 0.72 | 0.67 |
| Hex | E8 | 6F | 8C | 0 | 34 | 28 | 9 | 15A | 48 | 43 |
| Octal | 350 | 157 | 214 | 0 | 64 | 50 | 11 | 532 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10001100 | 0 | 110100 | 101000 | 1001 | 101011010 | 1001000 | 1000011 |
Color Harmonies of #E86F8C
Complementary color
Monochromatic Colors of #E86F8C
Black with #E86F8C
Text Example
Text Example
White with #E86F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F8C; }
p { color: rgb(232,111,140); }
H1.HeaderClassName
{
color: #E86F8C;
}
.AnyTagClassName
{
color: #E86F8C;
}
</style>
background-color css
<style>
a { background-color: #E86F8C; }
a { background-color: rgb(232,111,140); }
div.DivClassName
{
background-color: #E86F8C;
}
.BgClassName
{
background-color: #E86F8C;
}
</style>
border-color css
<style>
span { border-color: #E86F8C; }
span { border-color: rgb(232,111,140); }
td.TdClassName
{
border-color: #E86F8C;
}
.TagClassName
{
border-color: #E86F8C;
}
</style>