Shades of Deep Blush #EB6D8B
Tints of Deep Blush #EB6D8B
RGB
CMYK
RGB Variations
Color information
#EB6D8B (or 0xEB6D8B) is known color: Deep Blush. HEX triplet: EB, 6D and 8B. RGB value is (235,109,139). Sum of RGB (Red+Green+Blue) = 235+109+139=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6D8B is #149274. Grayscale: #969696. Windows color (decimal): -1348213 or 9137643. OLE color: 9137643.
HSL color Cylindrical-coordinate representation of color #EB6D8B: hue angle of 345.71º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6D8B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 139 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.08 |
| HSL | 345.71º | 0.76% | 0.67% | - |
| HSV(B) | 345.71º | 0.54% | 0.92% | - |
| XYZ | 44.39 | 30.46 | 27.97 | - |
| YUV | 150.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 139 | 0 | 0.54 | 0.41 | 0.08 | 345.71 | 0.76 | 0.67 |
| Hex | EB | 6D | 8B | 0 | 36 | 29 | 8 | 15A | 4C | 43 |
| Octal | 353 | 155 | 213 | 0 | 66 | 51 | 10 | 532 | 114 | 103 |
| Binary | 11101011 | 1101101 | 10001011 | 0 | 110110 | 101001 | 1000 | 101011010 | 1001100 | 1000011 |
Color Harmonies of #EB6D8B
Complementary color
Monochromatic Colors of #EB6D8B
Black with #EB6D8B
Text Example
Text Example
White with #EB6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D8B; }
p { color: rgb(235,109,139); }
H1.HeaderClassName
{
color: #EB6D8B;
}
.AnyTagClassName
{
color: #EB6D8B;
}
</style>
background-color css
<style>
a { background-color: #EB6D8B; }
a { background-color: rgb(235,109,139); }
div.DivClassName
{
background-color: #EB6D8B;
}
.BgClassName
{
background-color: #EB6D8B;
}
</style>
border-color css
<style>
span { border-color: #EB6D8B; }
span { border-color: rgb(235,109,139); }
td.TdClassName
{
border-color: #EB6D8B;
}
.TagClassName
{
border-color: #EB6D8B;
}
</style>