Shades of Deep Blush #E66490
Tints of Deep Blush #E66490
RGB
CMYK
RGB Variations
Color information
#E66490 (or 0xE66490) is known color: Deep Blush. HEX triplet: E6, 64 and 90. RGB value is (230,100,144). Sum of RGB (Red+Green+Blue) = 230+100+144=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E66490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66490 is #199B6F. Grayscale: #8F8F8F. Windows color (decimal): -1678192 or 9463014. OLE color: 9463014.
HSL color Cylindrical-coordinate representation of color #E66490: hue angle of 339.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66490 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 144 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.10 |
| HSL | 339.69º | 0.72% | 0.65% | - |
| HSV(B) | 339.69º | 0.57% | 0.9% | - |
| XYZ | 42.22 | 27.95 | 29.56 | - |
| YUV | 143.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 144 | 0 | 0.57 | 0.37 | 0.10 | 339.69 | 0.72 | 0.65 |
| Hex | E6 | 64 | 90 | 0 | 39 | 25 | A | 154 | 48 | 41 |
| Octal | 346 | 144 | 220 | 0 | 71 | 45 | 12 | 524 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10010000 | 0 | 111001 | 100101 | 1010 | 101010100 | 1001000 | 1000001 |
Color Harmonies of #E66490
Complementary color
Monochromatic Colors of #E66490
Black with #E66490
Text Example
Text Example
White with #E66490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66490; }
p { color: rgb(230,100,144); }
H1.HeaderClassName
{
color: #E66490;
}
.AnyTagClassName
{
color: #E66490;
}
</style>
background-color css
<style>
a { background-color: #E66490; }
a { background-color: rgb(230,100,144); }
div.DivClassName
{
background-color: #E66490;
}
.BgClassName
{
background-color: #E66490;
}
</style>
border-color css
<style>
span { border-color: #E66490; }
span { border-color: rgb(230,100,144); }
td.TdClassName
{
border-color: #E66490;
}
.TagClassName
{
border-color: #E66490;
}
</style>