Shades of Deep Blush #E66890
Tints of Deep Blush #E66890
RGB
CMYK
RGB Variations
Color information
#E66890 (or 0xE66890) is known color: Deep Blush. HEX triplet: E6, 68 and 90. RGB value is (230,104,144). Sum of RGB (Red+Green+Blue) = 230+104+144=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E66890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66890 is #19976F. Grayscale: #929292. Windows color (decimal): -1677168 or 9464038. OLE color: 9464038.
HSL color Cylindrical-coordinate representation of color #E66890: hue angle of 340.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66890 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 144 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.10 |
| HSL | 340.95º | 0.72% | 0.65% | - |
| HSV(B) | 340.95º | 0.55% | 0.9% | - |
| XYZ | 42.62 | 28.74 | 29.69 | - |
| YUV | 146.23 | 126.74 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 144 | 0 | 0.55 | 0.37 | 0.10 | 340.95 | 0.72 | 0.65 |
| Hex | E6 | 68 | 90 | 0 | 37 | 25 | A | 155 | 48 | 41 |
| Octal | 346 | 150 | 220 | 0 | 67 | 45 | 12 | 525 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10010000 | 0 | 110111 | 100101 | 1010 | 101010101 | 1001000 | 1000001 |
Color Harmonies of #E66890
Complementary color
Monochromatic Colors of #E66890
Black with #E66890
Text Example
Text Example
White with #E66890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66890; }
p { color: rgb(230,104,144); }
H1.HeaderClassName
{
color: #E66890;
}
.AnyTagClassName
{
color: #E66890;
}
</style>
background-color css
<style>
a { background-color: #E66890; }
a { background-color: rgb(230,104,144); }
div.DivClassName
{
background-color: #E66890;
}
.BgClassName
{
background-color: #E66890;
}
</style>
border-color css
<style>
span { border-color: #E66890; }
span { border-color: rgb(230,104,144); }
td.TdClassName
{
border-color: #E66890;
}
.TagClassName
{
border-color: #E66890;
}
</style>