Shades of Deep Blush #EB6790
Tints of Deep Blush #EB6790
RGB
CMYK
RGB Variations
Color information
#EB6790 (or 0xEB6790) is known color: Deep Blush. HEX triplet: EB, 67 and 90. RGB value is (235,103,144). Sum of RGB (Red+Green+Blue) = 235+103+144=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6790 is #14986F. Grayscale: #939393. Windows color (decimal): -1349744 or 9463787. OLE color: 9463787.
HSL color Cylindrical-coordinate representation of color #EB6790: hue angle of 341.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB6790 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 144 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.08 |
| HSL | 341.36º | 0.77% | 0.66% | - |
| HSV(B) | 341.36º | 0.56% | 0.92% | - |
| XYZ | 44.15 | 29.38 | 29.73 | - |
| YUV | 147.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 144 | 0 | 0.56 | 0.39 | 0.08 | 341.36 | 0.77 | 0.66 |
| Hex | EB | 67 | 90 | 0 | 38 | 27 | 8 | 155 | 4D | 42 |
| Octal | 353 | 147 | 220 | 0 | 70 | 47 | 10 | 525 | 115 | 102 |
| Binary | 11101011 | 1100111 | 10010000 | 0 | 111000 | 100111 | 1000 | 101010101 | 1001101 | 1000010 |
Color Harmonies of #EB6790
Complementary color
Monochromatic Colors of #EB6790
Black with #EB6790
Text Example
Text Example
White with #EB6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6790; }
p { color: rgb(235,103,144); }
H1.HeaderClassName
{
color: #EB6790;
}
.AnyTagClassName
{
color: #EB6790;
}
</style>
background-color css
<style>
a { background-color: #EB6790; }
a { background-color: rgb(235,103,144); }
div.DivClassName
{
background-color: #EB6790;
}
.BgClassName
{
background-color: #EB6790;
}
</style>
border-color css
<style>
span { border-color: #EB6790; }
span { border-color: rgb(235,103,144); }
td.TdClassName
{
border-color: #EB6790;
}
.TagClassName
{
border-color: #EB6790;
}
</style>