Shades of Deep Blush #EB6E90
Tints of Deep Blush #EB6E90
RGB
CMYK
RGB Variations
Color information
#EB6E90 (or 0xEB6E90) is known color: Deep Blush. HEX triplet: EB, 6E and 90. RGB value is (235,110,144). Sum of RGB (Red+Green+Blue) = 235+110+144=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E90 is #14916F. Grayscale: #979797. Windows color (decimal): -1347952 or 9465579. OLE color: 9465579.
HSL color Cylindrical-coordinate representation of color #EB6E90: hue angle of 343.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6E90 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 144 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.08 |
| HSL | 343.68º | 0.76% | 0.68% | - |
| HSV(B) | 343.68º | 0.53% | 0.92% | - |
| XYZ | 44.87 | 30.83 | 29.97 | - |
| YUV | 151.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 144 | 0 | 0.53 | 0.39 | 0.08 | 343.68 | 0.76 | 0.68 |
| Hex | EB | 6E | 90 | 0 | 35 | 27 | 8 | 158 | 4C | 44 |
| Octal | 353 | 156 | 220 | 0 | 65 | 47 | 10 | 530 | 114 | 104 |
| Binary | 11101011 | 1101110 | 10010000 | 0 | 110101 | 100111 | 1000 | 101011000 | 1001100 | 1000100 |
Color Harmonies of #EB6E90
Complementary color
Monochromatic Colors of #EB6E90
Black with #EB6E90
Text Example
Text Example
White with #EB6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E90; }
p { color: rgb(235,110,144); }
H1.HeaderClassName
{
color: #EB6E90;
}
.AnyTagClassName
{
color: #EB6E90;
}
</style>
background-color css
<style>
a { background-color: #EB6E90; }
a { background-color: rgb(235,110,144); }
div.DivClassName
{
background-color: #EB6E90;
}
.BgClassName
{
background-color: #EB6E90;
}
</style>
border-color css
<style>
span { border-color: #EB6E90; }
span { border-color: rgb(235,110,144); }
td.TdClassName
{
border-color: #EB6E90;
}
.TagClassName
{
border-color: #EB6E90;
}
</style>