Shades of Deep Blush #E66E8C
Tints of Deep Blush #E66E8C
RGB
CMYK
RGB Variations
Color information
#E66E8C (or 0xE66E8C) is known color: Deep Blush. HEX triplet: E6, 6E and 8C. RGB value is (230,110,140). Sum of RGB (Red+Green+Blue) = 230+110+140=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66E8C is #199173. Grayscale: #959595. Windows color (decimal): -1675636 or 9203430. OLE color: 9203430.
HSL color Cylindrical-coordinate representation of color #E66E8C: hue angle of 345º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66E8C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 140 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.10 |
| HSL | 345º | 0.71% | 0.67% | - |
| HSV(B) | 345º | 0.52% | 0.9% | - |
| XYZ | 42.94 | 29.87 | 28.31 | - |
| YUV | 149.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 140 | 0 | 0.52 | 0.39 | 0.10 | 345 | 0.71 | 0.67 |
| Hex | E6 | 6E | 8C | 0 | 34 | 27 | A | 159 | 47 | 43 |
| Octal | 346 | 156 | 214 | 0 | 64 | 47 | 12 | 531 | 107 | 103 |
| Binary | 11100110 | 1101110 | 10001100 | 0 | 110100 | 100111 | 1010 | 101011001 | 1000111 | 1000011 |
Color Harmonies of #E66E8C
Complementary color
Monochromatic Colors of #E66E8C
Black with #E66E8C
Text Example
Text Example
White with #E66E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E8C; }
p { color: rgb(230,110,140); }
H1.HeaderClassName
{
color: #E66E8C;
}
.AnyTagClassName
{
color: #E66E8C;
}
</style>
background-color css
<style>
a { background-color: #E66E8C; }
a { background-color: rgb(230,110,140); }
div.DivClassName
{
background-color: #E66E8C;
}
.BgClassName
{
background-color: #E66E8C;
}
</style>
border-color css
<style>
span { border-color: #E66E8C; }
span { border-color: rgb(230,110,140); }
td.TdClassName
{
border-color: #E66E8C;
}
.TagClassName
{
border-color: #E66E8C;
}
</style>