Shades of Deep Blush #EB6E94
Tints of Deep Blush #EB6E94
RGB
CMYK
RGB Variations
Color information
#EB6E94 (or 0xEB6E94) is known color: Deep Blush. HEX triplet: EB, 6E and 94. RGB value is (235,110,148). Sum of RGB (Red+Green+Blue) = 235+110+148=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E94 is #14916B. Grayscale: #979797. Windows color (decimal): -1347948 or 9727723. OLE color: 9727723.
HSL color Cylindrical-coordinate representation of color #EB6E94: hue angle of 341.76º 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 #EB6E94 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 110 | 148 | - |
CMYK | 0 | 0.53 | 0.37 | 0.08 |
HSL | 341.76º | 0.76% | 0.68% | - |
HSV(B) | 341.76º | 0.53% | 0.92% | - |
XYZ | 45.18 | 30.95 | 31.61 | - |
YUV | 151.71 | 125.91 | 187.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 110 | 148 | 0 | 0.53 | 0.37 | 0.08 | 341.76 | 0.76 | 0.68 |
Hex | EB | 6E | 94 | 0 | 35 | 25 | 8 | 156 | 4C | 44 |
Octal | 353 | 156 | 224 | 0 | 65 | 45 | 10 | 526 | 114 | 104 |
Binary | 11101011 | 1101110 | 10010100 | 0 | 110101 | 100101 | 1000 | 101010110 | 1001100 | 1000100 |
Color Harmonies of #EB6E94
Complementary color
Monochromatic Colors of #EB6E94
Black with #EB6E94
Text Example
Text Example
White with #EB6E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E94; }
p { color: rgb(235,110,148); }
H1.HeaderClassName
{
color: #EB6E94;
}
.AnyTagClassName
{
color: #EB6E94;
}
</style>
background-color css
<style>
a { background-color: #EB6E94; }
a { background-color: rgb(235,110,148); }
div.DivClassName
{
background-color: #EB6E94;
}
.BgClassName
{
background-color: #EB6E94;
}
</style>
border-color css
<style>
span { border-color: #EB6E94; }
span { border-color: rgb(235,110,148); }
td.TdClassName
{
border-color: #EB6E94;
}
.TagClassName
{
border-color: #EB6E94;
}
</style>