Shades of Deep Blush #EB6C85
Tints of Deep Blush #EB6C85
RGB
CMYK
RGB Variations
Color information
#EB6C85 (or 0xEB6C85) is known color: Deep Blush. HEX triplet: EB, 6C and 85. RGB value is (235,108,133). Sum of RGB (Red+Green+Blue) = 235+108+133=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6C85 is #14937A. Grayscale: #949494. Windows color (decimal): -1348475 or 8744171. OLE color: 8744171.
HSL color Cylindrical-coordinate representation of color #EB6C85: hue angle of 348.19º 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 #EB6C85 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 133 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.08 |
| HSL | 348.19º | 0.76% | 0.67% | - |
| HSV(B) | 348.19º | 0.54% | 0.92% | - |
| XYZ | 43.86 | 30.08 | 25.68 | - |
| YUV | 148.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 133 | 0 | 0.54 | 0.43 | 0.08 | 348.19 | 0.76 | 0.67 |
| Hex | EB | 6C | 85 | 0 | 36 | 2B | 8 | 15C | 4C | 43 |
| Octal | 353 | 154 | 205 | 0 | 66 | 53 | 10 | 534 | 114 | 103 |
| Binary | 11101011 | 1101100 | 10000101 | 0 | 110110 | 101011 | 1000 | 101011100 | 1001100 | 1000011 |
Color Harmonies of #EB6C85
Complementary color
Monochromatic Colors of #EB6C85
Black with #EB6C85
Text Example
Text Example
White with #EB6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C85; }
p { color: rgb(235,108,133); }
H1.HeaderClassName
{
color: #EB6C85;
}
.AnyTagClassName
{
color: #EB6C85;
}
</style>
background-color css
<style>
a { background-color: #EB6C85; }
a { background-color: rgb(235,108,133); }
div.DivClassName
{
background-color: #EB6C85;
}
.BgClassName
{
background-color: #EB6C85;
}
</style>
border-color css
<style>
span { border-color: #EB6C85; }
span { border-color: rgb(235,108,133); }
td.TdClassName
{
border-color: #EB6C85;
}
.TagClassName
{
border-color: #EB6C85;
}
</style>