Shades of Deep Blush #EB708C
Tints of Deep Blush #EB708C
RGB
CMYK
RGB Variations
Color information
#EB708C (or 0xEB708C) is known color: Deep Blush. HEX triplet: EB, 70 and 8C. RGB value is (235,112,140). Sum of RGB (Red+Green+Blue) = 235+112+140=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB708C is #148F73. Grayscale: #979797. Windows color (decimal): -1347444 or 9203947. OLE color: 9203947.
HSL color Cylindrical-coordinate representation of color #EB708C: hue angle of 346.34º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB708C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 140 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.08 |
| HSL | 346.34º | 0.75% | 0.68% | - |
| HSV(B) | 346.34º | 0.52% | 0.92% | - |
| XYZ | 44.79 | 31.14 | 28.46 | - |
| YUV | 151.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 140 | 0 | 0.52 | 0.40 | 0.08 | 346.34 | 0.75 | 0.68 |
| Hex | EB | 70 | 8C | 0 | 34 | 28 | 8 | 15A | 4B | 44 |
| Octal | 353 | 160 | 214 | 0 | 64 | 50 | 10 | 532 | 113 | 104 |
| Binary | 11101011 | 1110000 | 10001100 | 0 | 110100 | 101000 | 1000 | 101011010 | 1001011 | 1000100 |
Color Harmonies of #EB708C
Complementary color
Monochromatic Colors of #EB708C
Black with #EB708C
Text Example
Text Example
White with #EB708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB708C; }
p { color: rgb(235,112,140); }
H1.HeaderClassName
{
color: #EB708C;
}
.AnyTagClassName
{
color: #EB708C;
}
</style>
background-color css
<style>
a { background-color: #EB708C; }
a { background-color: rgb(235,112,140); }
div.DivClassName
{
background-color: #EB708C;
}
.BgClassName
{
background-color: #EB708C;
}
</style>
border-color css
<style>
span { border-color: #EB708C; }
span { border-color: rgb(235,112,140); }
td.TdClassName
{
border-color: #EB708C;
}
.TagClassName
{
border-color: #EB708C;
}
</style>