Shades of Deep Blush #E6688B
Tints of Deep Blush #E6688B
RGB
CMYK
RGB Variations
Color information
#E6688B (or 0xE6688B) is known color: Deep Blush. HEX triplet: E6, 68 and 8B. RGB value is (230,104,139). Sum of RGB (Red+Green+Blue) = 230+104+139=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6688B is #199774. Grayscale: #919191. Windows color (decimal): -1677173 or 9136358. OLE color: 9136358.
HSL color Cylindrical-coordinate representation of color #E6688B: hue angle of 343.33º 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 #E6688B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 139 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.10 |
| HSL | 343.33º | 0.72% | 0.65% | - |
| HSV(B) | 343.33º | 0.55% | 0.9% | - |
| XYZ | 42.24 | 28.59 | 27.72 | - |
| YUV | 145.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 139 | 0 | 0.55 | 0.40 | 0.10 | 343.33 | 0.72 | 0.65 |
| Hex | E6 | 68 | 8B | 0 | 37 | 28 | A | 157 | 48 | 41 |
| Octal | 346 | 150 | 213 | 0 | 67 | 50 | 12 | 527 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10001011 | 0 | 110111 | 101000 | 1010 | 101010111 | 1001000 | 1000001 |
Color Harmonies of #E6688B
Complementary color
Monochromatic Colors of #E6688B
Black with #E6688B
Text Example
Text Example
White with #E6688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6688B; }
p { color: rgb(230,104,139); }
H1.HeaderClassName
{
color: #E6688B;
}
.AnyTagClassName
{
color: #E6688B;
}
</style>
background-color css
<style>
a { background-color: #E6688B; }
a { background-color: rgb(230,104,139); }
div.DivClassName
{
background-color: #E6688B;
}
.BgClassName
{
background-color: #E6688B;
}
</style>
border-color css
<style>
span { border-color: #E6688B; }
span { border-color: rgb(230,104,139); }
td.TdClassName
{
border-color: #E6688B;
}
.TagClassName
{
border-color: #E6688B;
}
</style>