Shades of Deep Blush #EB748C
Tints of Deep Blush #EB748C
RGB
CMYK
RGB Variations
Color information
#EB748C (or 0xEB748C) is known color: Deep Blush. HEX triplet: EB, 74 and 8C. RGB value is (235,116,140). Sum of RGB (Red+Green+Blue) = 235+116+140=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB748C is #148B73. Grayscale: #9A9A9A. Windows color (decimal): -1346420 or 9204971. OLE color: 9204971.
HSL color Cylindrical-coordinate representation of color #EB748C: hue angle of 347.9º 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 #EB748C is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 140 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.08 |
| HSL | 347.9º | 0.75% | 0.69% | - |
| HSV(B) | 347.9º | 0.51% | 0.92% | - |
| XYZ | 45.24 | 32.05 | 28.61 | - |
| YUV | 154.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 140 | 0 | 0.51 | 0.40 | 0.08 | 347.9 | 0.75 | 0.69 |
| Hex | EB | 74 | 8C | 0 | 33 | 28 | 8 | 15C | 4B | 45 |
| Octal | 353 | 164 | 214 | 0 | 63 | 50 | 10 | 534 | 113 | 105 |
| Binary | 11101011 | 1110100 | 10001100 | 0 | 110011 | 101000 | 1000 | 101011100 | 1001011 | 1000101 |
Color Harmonies of #EB748C
Complementary color
Monochromatic Colors of #EB748C
Black with #EB748C
Text Example
Text Example
White with #EB748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB748C; }
p { color: rgb(235,116,140); }
H1.HeaderClassName
{
color: #EB748C;
}
.AnyTagClassName
{
color: #EB748C;
}
</style>
background-color css
<style>
a { background-color: #EB748C; }
a { background-color: rgb(235,116,140); }
div.DivClassName
{
background-color: #EB748C;
}
.BgClassName
{
background-color: #EB748C;
}
</style>
border-color css
<style>
span { border-color: #EB748C; }
span { border-color: rgb(235,116,140); }
td.TdClassName
{
border-color: #EB748C;
}
.TagClassName
{
border-color: #EB748C;
}
</style>