Shades of Deep Blush #EB6D81
Tints of Deep Blush #EB6D81
RGB
CMYK
RGB Variations
Color information
#EB6D81 (or 0xEB6D81) is known color: Deep Blush. HEX triplet: EB, 6D and 81. RGB value is (235,109,129). Sum of RGB (Red+Green+Blue) = 235+109+129=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6D81 is #14927E. Grayscale: #959595. Windows color (decimal): -1348223 or 8482283. OLE color: 8482283.
HSL color Cylindrical-coordinate representation of color #EB6D81: hue angle of 350.48º 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 #EB6D81 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 129 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.08 |
| HSL | 350.48º | 0.76% | 0.67% | - |
| HSV(B) | 350.48º | 0.54% | 0.92% | - |
| XYZ | 43.69 | 30.18 | 24.29 | - |
| YUV | 148.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 129 | 0 | 0.54 | 0.45 | 0.08 | 350.48 | 0.76 | 0.67 |
| Hex | EB | 6D | 81 | 0 | 36 | 2D | 8 | 15E | 4C | 43 |
| Octal | 353 | 155 | 201 | 0 | 66 | 55 | 10 | 536 | 114 | 103 |
| Binary | 11101011 | 1101101 | 10000001 | 0 | 110110 | 101101 | 1000 | 101011110 | 1001100 | 1000011 |
Color Harmonies of #EB6D81
Complementary color
Monochromatic Colors of #EB6D81
Black with #EB6D81
Text Example
Text Example
White with #EB6D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D81; }
p { color: rgb(235,109,129); }
H1.HeaderClassName
{
color: #EB6D81;
}
.AnyTagClassName
{
color: #EB6D81;
}
</style>
background-color css
<style>
a { background-color: #EB6D81; }
a { background-color: rgb(235,109,129); }
div.DivClassName
{
background-color: #EB6D81;
}
.BgClassName
{
background-color: #EB6D81;
}
</style>
border-color css
<style>
span { border-color: #EB6D81; }
span { border-color: rgb(235,109,129); }
td.TdClassName
{
border-color: #EB6D81;
}
.TagClassName
{
border-color: #EB6D81;
}
</style>