Shades of Deep Blush #EB738E
Tints of Deep Blush #EB738E
RGB
CMYK
RGB Variations
Color information
#EB738E (or 0xEB738E) is known color: Deep Blush. HEX triplet: EB, 73 and 8E. RGB value is (235,115,142). Sum of RGB (Red+Green+Blue) = 235+115+142=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB738E is #148C71. Grayscale: #999999. Windows color (decimal): -1346674 or 9335787. OLE color: 9335787.
HSL color Cylindrical-coordinate representation of color #EB738E: hue angle of 346.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB738E is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 142 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.08 |
| HSL | 346.5º | 0.75% | 0.69% | - |
| HSV(B) | 346.5º | 0.51% | 0.92% | - |
| XYZ | 45.27 | 31.88 | 29.36 | - |
| YUV | 153.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 142 | 0 | 0.51 | 0.40 | 0.08 | 346.5 | 0.75 | 0.69 |
| Hex | EB | 73 | 8E | 0 | 33 | 28 | 8 | 15A | 4B | 45 |
| Octal | 353 | 163 | 216 | 0 | 63 | 50 | 10 | 532 | 113 | 105 |
| Binary | 11101011 | 1110011 | 10001110 | 0 | 110011 | 101000 | 1000 | 101011010 | 1001011 | 1000101 |
Color Harmonies of #EB738E
Complementary color
Monochromatic Colors of #EB738E
Black with #EB738E
Text Example
Text Example
White with #EB738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB738E; }
p { color: rgb(235,115,142); }
H1.HeaderClassName
{
color: #EB738E;
}
.AnyTagClassName
{
color: #EB738E;
}
</style>
background-color css
<style>
a { background-color: #EB738E; }
a { background-color: rgb(235,115,142); }
div.DivClassName
{
background-color: #EB738E;
}
.BgClassName
{
background-color: #EB738E;
}
</style>
border-color css
<style>
span { border-color: #EB738E; }
span { border-color: rgb(235,115,142); }
td.TdClassName
{
border-color: #EB738E;
}
.TagClassName
{
border-color: #EB738E;
}
</style>