Shades of Deep Blush #EB6E8C
Tints of Deep Blush #EB6E8C
RGB
CMYK
RGB Variations
Color information
#EB6E8C (or 0xEB6E8C) is known color: Deep Blush. HEX triplet: EB, 6E and 8C. RGB value is (235,110,140). Sum of RGB (Red+Green+Blue) = 235+110+140=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E8C is #149173. Grayscale: #969696. Windows color (decimal): -1347956 or 9203435. OLE color: 9203435.
HSL color Cylindrical-coordinate representation of color #EB6E8C: hue angle of 345.6º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6E8C is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 140 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.08 |
| HSL | 345.6º | 0.76% | 0.68% | - |
| HSV(B) | 345.6º | 0.53% | 0.92% | - |
| XYZ | 44.57 | 30.71 | 28.39 | - |
| YUV | 150.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 140 | 0 | 0.53 | 0.40 | 0.08 | 345.6 | 0.76 | 0.68 |
| Hex | EB | 6E | 8C | 0 | 35 | 28 | 8 | 15A | 4C | 44 |
| Octal | 353 | 156 | 214 | 0 | 65 | 50 | 10 | 532 | 114 | 104 |
| Binary | 11101011 | 1101110 | 10001100 | 0 | 110101 | 101000 | 1000 | 101011010 | 1001100 | 1000100 |
Color Harmonies of #EB6E8C
Complementary color
Monochromatic Colors of #EB6E8C
Black with #EB6E8C
Text Example
Text Example
White with #EB6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E8C; }
p { color: rgb(235,110,140); }
H1.HeaderClassName
{
color: #EB6E8C;
}
.AnyTagClassName
{
color: #EB6E8C;
}
</style>
background-color css
<style>
a { background-color: #EB6E8C; }
a { background-color: rgb(235,110,140); }
div.DivClassName
{
background-color: #EB6E8C;
}
.BgClassName
{
background-color: #EB6E8C;
}
</style>
border-color css
<style>
span { border-color: #EB6E8C; }
span { border-color: rgb(235,110,140); }
td.TdClassName
{
border-color: #EB6E8C;
}
.TagClassName
{
border-color: #EB6E8C;
}
</style>