Shades of Deep Blush #EB748B
Tints of Deep Blush #EB748B
RGB
CMYK
RGB Variations
Color information
#EB748B (or 0xEB748B) is known color: Deep Blush. HEX triplet: EB, 74 and 8B. RGB value is (235,116,139). Sum of RGB (Red+Green+Blue) = 235+116+139=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB748B is #148B74. Grayscale: #9A9A9A. Windows color (decimal): -1346421 or 9139435. OLE color: 9139435.
HSL color Cylindrical-coordinate representation of color #EB748B: hue angle of 348.4º 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 #EB748B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 139 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.08 |
| HSL | 348.4º | 0.75% | 0.69% | - |
| HSV(B) | 348.4º | 0.51% | 0.92% | - |
| XYZ | 45.17 | 32.02 | 28.23 | - |
| YUV | 154.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 139 | 0 | 0.51 | 0.41 | 0.08 | 348.4 | 0.75 | 0.69 |
| Hex | EB | 74 | 8B | 0 | 33 | 29 | 8 | 15C | 4B | 45 |
| Octal | 353 | 164 | 213 | 0 | 63 | 51 | 10 | 534 | 113 | 105 |
| Binary | 11101011 | 1110100 | 10001011 | 0 | 110011 | 101001 | 1000 | 101011100 | 1001011 | 1000101 |
Color Harmonies of #EB748B
Complementary color
Monochromatic Colors of #EB748B
Black with #EB748B
Text Example
Text Example
White with #EB748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB748B; }
p { color: rgb(235,116,139); }
H1.HeaderClassName
{
color: #EB748B;
}
.AnyTagClassName
{
color: #EB748B;
}
</style>
background-color css
<style>
a { background-color: #EB748B; }
a { background-color: rgb(235,116,139); }
div.DivClassName
{
background-color: #EB748B;
}
.BgClassName
{
background-color: #EB748B;
}
</style>
border-color css
<style>
span { border-color: #EB748B; }
span { border-color: rgb(235,116,139); }
td.TdClassName
{
border-color: #EB748B;
}
.TagClassName
{
border-color: #EB748B;
}
</style>