Shades of Deep Blush #EB6A8D
Tints of Deep Blush #EB6A8D
RGB
CMYK
RGB Variations
Color information
#EB6A8D (or 0xEB6A8D) is known color: Deep Blush. HEX triplet: EB, 6A and 8D. RGB value is (235,106,141). Sum of RGB (Red+Green+Blue) = 235+106+141=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6A8D is #149572. Grayscale: #949494. Windows color (decimal): -1348979 or 9267947. OLE color: 9267947.
HSL color Cylindrical-coordinate representation of color #EB6A8D: hue angle of 343.72º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6A8D is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 106 | 141 | - |
| CMYK | 0 | 0.55 | 0.4 | 0.08 |
| HSL | 343.72º | 0.76% | 0.67% | - |
| HSV(B) | 343.72º | 0.55% | 0.92% | - |
| XYZ | 44.22 | 29.89 | 28.64 | - |
| YUV | 148.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 106 | 141 | 0 | 0.55 | 0.4 | 0.08 | 343.72 | 0.76 | 0.67 |
| Hex | EB | 6A | 8D | 0 | 37 | 28 | 8 | 158 | 4C | 43 |
| Octal | 353 | 152 | 215 | 0 | 67 | 50 | 10 | 530 | 114 | 103 |
| Binary | 11101011 | 1101010 | 10001101 | 0 | 110111 | 101000 | 1000 | 101011000 | 1001100 | 1000011 |
Color Harmonies of #EB6A8D
Complementary color
Monochromatic Colors of #EB6A8D
Black with #EB6A8D
Text Example
Text Example
White with #EB6A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6A8D; }
p { color: rgb(235,106,141); }
H1.HeaderClassName
{
color: #EB6A8D;
}
.AnyTagClassName
{
color: #EB6A8D;
}
</style>
background-color css
<style>
a { background-color: #EB6A8D; }
a { background-color: rgb(235,106,141); }
div.DivClassName
{
background-color: #EB6A8D;
}
.BgClassName
{
background-color: #EB6A8D;
}
</style>
border-color css
<style>
span { border-color: #EB6A8D; }
span { border-color: rgb(235,106,141); }
td.TdClassName
{
border-color: #EB6A8D;
}
.TagClassName
{
border-color: #EB6A8D;
}
</style>