Shades of Deep Blush #E6688C
Tints of Deep Blush #E6688C
RGB
CMYK
RGB Variations
Color information
#E6688C (or 0xE6688C) is known color: Deep Blush. HEX triplet: E6, 68 and 8C. RGB value is (230,104,140). Sum of RGB (Red+Green+Blue) = 230+104+140=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6688C is #199773. Grayscale: #919191. Windows color (decimal): -1677172 or 9201894. OLE color: 9201894.
HSL color Cylindrical-coordinate representation of color #E6688C: hue angle of 342.86º 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 #E6688C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 140 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.10 |
| HSL | 342.86º | 0.72% | 0.65% | - |
| HSV(B) | 342.86º | 0.55% | 0.9% | - |
| XYZ | 42.32 | 28.62 | 28.1 | - |
| YUV | 145.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 140 | 0 | 0.55 | 0.39 | 0.10 | 342.86 | 0.72 | 0.65 |
| Hex | E6 | 68 | 8C | 0 | 37 | 27 | A | 157 | 48 | 41 |
| Octal | 346 | 150 | 214 | 0 | 67 | 47 | 12 | 527 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10001100 | 0 | 110111 | 100111 | 1010 | 101010111 | 1001000 | 1000001 |
Color Harmonies of #E6688C
Complementary color
Monochromatic Colors of #E6688C
Black with #E6688C
Text Example
Text Example
White with #E6688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6688C; }
p { color: rgb(230,104,140); }
H1.HeaderClassName
{
color: #E6688C;
}
.AnyTagClassName
{
color: #E6688C;
}
</style>
background-color css
<style>
a { background-color: #E6688C; }
a { background-color: rgb(230,104,140); }
div.DivClassName
{
background-color: #E6688C;
}
.BgClassName
{
background-color: #E6688C;
}
</style>
border-color css
<style>
span { border-color: #E6688C; }
span { border-color: rgb(230,104,140); }
td.TdClassName
{
border-color: #E6688C;
}
.TagClassName
{
border-color: #E6688C;
}
</style>