Shades of Deep Blush #EB708A
Tints of Deep Blush #EB708A
RGB
CMYK
RGB Variations
Color information
#EB708A (or 0xEB708A) is known color: Deep Blush. HEX triplet: EB, 70 and 8A. RGB value is (235,112,138). Sum of RGB (Red+Green+Blue) = 235+112+138=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB708A is #148F75. Grayscale: #979797. Windows color (decimal): -1347446 or 9072875. OLE color: 9072875.
HSL color Cylindrical-coordinate representation of color #EB708A: hue angle of 347.32º 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 #EB708A is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 138 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.08 |
| HSL | 347.32º | 0.75% | 0.68% | - |
| HSV(B) | 347.32º | 0.52% | 0.92% | - |
| XYZ | 44.64 | 31.09 | 27.69 | - |
| YUV | 151.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 138 | 0 | 0.52 | 0.41 | 0.08 | 347.32 | 0.75 | 0.68 |
| Hex | EB | 70 | 8A | 0 | 34 | 29 | 8 | 15B | 4B | 44 |
| Octal | 353 | 160 | 212 | 0 | 64 | 51 | 10 | 533 | 113 | 104 |
| Binary | 11101011 | 1110000 | 10001010 | 0 | 110100 | 101001 | 1000 | 101011011 | 1001011 | 1000100 |
Color Harmonies of #EB708A
Complementary color
Monochromatic Colors of #EB708A
Black with #EB708A
Text Example
Text Example
White with #EB708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB708A; }
p { color: rgb(235,112,138); }
H1.HeaderClassName
{
color: #EB708A;
}
.AnyTagClassName
{
color: #EB708A;
}
</style>
background-color css
<style>
a { background-color: #EB708A; }
a { background-color: rgb(235,112,138); }
div.DivClassName
{
background-color: #EB708A;
}
.BgClassName
{
background-color: #EB708A;
}
</style>
border-color css
<style>
span { border-color: #EB708A; }
span { border-color: rgb(235,112,138); }
td.TdClassName
{
border-color: #EB708A;
}
.TagClassName
{
border-color: #EB708A;
}
</style>