Shades of Deep Blush #E67090
Tints of Deep Blush #E67090
RGB
CMYK
RGB Variations
Color information
#E67090 (or 0xE67090) is known color: Deep Blush. HEX triplet: E6, 70 and 90. RGB value is (230,112,144). Sum of RGB (Red+Green+Blue) = 230+112+144=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E67090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67090 is #198F6F. Grayscale: #969696. Windows color (decimal): -1675120 or 9466086. OLE color: 9466086.
HSL color Cylindrical-coordinate representation of color #E67090: hue angle of 343.73º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67090 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 144 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.10 |
| HSL | 343.73º | 0.7% | 0.67% | - |
| HSV(B) | 343.73º | 0.51% | 0.9% | - |
| XYZ | 43.46 | 30.42 | 29.97 | - |
| YUV | 150.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 144 | 0 | 0.51 | 0.37 | 0.10 | 343.73 | 0.7 | 0.67 |
| Hex | E6 | 70 | 90 | 0 | 33 | 25 | A | 158 | 46 | 43 |
| Octal | 346 | 160 | 220 | 0 | 63 | 45 | 12 | 530 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10010000 | 0 | 110011 | 100101 | 1010 | 101011000 | 1000110 | 1000011 |
Color Harmonies of #E67090
Complementary color
Monochromatic Colors of #E67090
Black with #E67090
Text Example
Text Example
White with #E67090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67090; }
p { color: rgb(230,112,144); }
H1.HeaderClassName
{
color: #E67090;
}
.AnyTagClassName
{
color: #E67090;
}
</style>
background-color css
<style>
a { background-color: #E67090; }
a { background-color: rgb(230,112,144); }
div.DivClassName
{
background-color: #E67090;
}
.BgClassName
{
background-color: #E67090;
}
</style>
border-color css
<style>
span { border-color: #E67090; }
span { border-color: rgb(230,112,144); }
td.TdClassName
{
border-color: #E67090;
}
.TagClassName
{
border-color: #E67090;
}
</style>