Shades of Deep Blush #EB6C89
Tints of Deep Blush #EB6C89
RGB
CMYK
RGB Variations
Color information
#EB6C89 (or 0xEB6C89) is known color: Deep Blush. HEX triplet: EB, 6C and 89. RGB value is (235,108,137). Sum of RGB (Red+Green+Blue) = 235+108+137=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6C89 is #149376. Grayscale: #959595. Windows color (decimal): -1348471 or 9006315. OLE color: 9006315.
HSL color Cylindrical-coordinate representation of color #EB6C89: hue angle of 346.3º 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 #EB6C89 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 137 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.08 |
| HSL | 346.3º | 0.76% | 0.67% | - |
| HSV(B) | 346.3º | 0.54% | 0.92% | - |
| XYZ | 44.14 | 30.19 | 27.17 | - |
| YUV | 149.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 137 | 0 | 0.54 | 0.42 | 0.08 | 346.3 | 0.76 | 0.67 |
| Hex | EB | 6C | 89 | 0 | 36 | 2A | 8 | 15A | 4C | 43 |
| Octal | 353 | 154 | 211 | 0 | 66 | 52 | 10 | 532 | 114 | 103 |
| Binary | 11101011 | 1101100 | 10001001 | 0 | 110110 | 101010 | 1000 | 101011010 | 1001100 | 1000011 |
Color Harmonies of #EB6C89
Complementary color
Monochromatic Colors of #EB6C89
Black with #EB6C89
Text Example
Text Example
White with #EB6C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C89; }
p { color: rgb(235,108,137); }
H1.HeaderClassName
{
color: #EB6C89;
}
.AnyTagClassName
{
color: #EB6C89;
}
</style>
background-color css
<style>
a { background-color: #EB6C89; }
a { background-color: rgb(235,108,137); }
div.DivClassName
{
background-color: #EB6C89;
}
.BgClassName
{
background-color: #EB6C89;
}
</style>
border-color css
<style>
span { border-color: #EB6C89; }
span { border-color: rgb(235,108,137); }
td.TdClassName
{
border-color: #EB6C89;
}
.TagClassName
{
border-color: #EB6C89;
}
</style>