Shades of Deep Blush #EB6D86
Tints of Deep Blush #EB6D86
RGB
CMYK
RGB Variations
Color information
#EB6D86 (or 0xEB6D86) is known color: Deep Blush. HEX triplet: EB, 6D and 86. RGB value is (235,109,134). Sum of RGB (Red+Green+Blue) = 235+109+134=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6D86 is #149279. Grayscale: #959595. Windows color (decimal): -1348218 or 8809963. OLE color: 8809963.
HSL color Cylindrical-coordinate representation of color #EB6D86: hue angle of 348.1º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6D86 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 134 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.08 |
| HSL | 348.1º | 0.76% | 0.67% | - |
| HSV(B) | 348.1º | 0.54% | 0.92% | - |
| XYZ | 44.03 | 30.32 | 26.09 | - |
| YUV | 149.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 134 | 0 | 0.54 | 0.43 | 0.08 | 348.1 | 0.76 | 0.67 |
| Hex | EB | 6D | 86 | 0 | 36 | 2B | 8 | 15C | 4C | 43 |
| Octal | 353 | 155 | 206 | 0 | 66 | 53 | 10 | 534 | 114 | 103 |
| Binary | 11101011 | 1101101 | 10000110 | 0 | 110110 | 101011 | 1000 | 101011100 | 1001100 | 1000011 |
Color Harmonies of #EB6D86
Complementary color
Monochromatic Colors of #EB6D86
Black with #EB6D86
Text Example
Text Example
White with #EB6D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D86; }
p { color: rgb(235,109,134); }
H1.HeaderClassName
{
color: #EB6D86;
}
.AnyTagClassName
{
color: #EB6D86;
}
</style>
background-color css
<style>
a { background-color: #EB6D86; }
a { background-color: rgb(235,109,134); }
div.DivClassName
{
background-color: #EB6D86;
}
.BgClassName
{
background-color: #EB6D86;
}
</style>
border-color css
<style>
span { border-color: #EB6D86; }
span { border-color: rgb(235,109,134); }
td.TdClassName
{
border-color: #EB6D86;
}
.TagClassName
{
border-color: #EB6D86;
}
</style>