Shades of Deep Blush #E6698B
Tints of Deep Blush #E6698B
RGB
CMYK
RGB Variations
Color information
#E6698B (or 0xE6698B) is known color: Deep Blush. HEX triplet: E6, 69 and 8B. RGB value is (230,105,139). Sum of RGB (Red+Green+Blue) = 230+105+139=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6698B is #199674. Grayscale: #929292. Windows color (decimal): -1676917 or 9136614. OLE color: 9136614.
HSL color Cylindrical-coordinate representation of color #E6698B: hue angle of 343.68º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6698B is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 139 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.10 |
| HSL | 343.68º | 0.71% | 0.66% | - |
| HSV(B) | 343.68º | 0.54% | 0.9% | - |
| XYZ | 42.34 | 28.79 | 27.75 | - |
| YUV | 146.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 139 | 0 | 0.54 | 0.40 | 0.10 | 343.68 | 0.71 | 0.66 |
| Hex | E6 | 69 | 8B | 0 | 36 | 28 | A | 158 | 47 | 42 |
| Octal | 346 | 151 | 213 | 0 | 66 | 50 | 12 | 530 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10001011 | 0 | 110110 | 101000 | 1010 | 101011000 | 1000111 | 1000010 |
Color Harmonies of #E6698B
Complementary color
Monochromatic Colors of #E6698B
Black with #E6698B
Text Example
Text Example
White with #E6698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6698B; }
p { color: rgb(230,105,139); }
H1.HeaderClassName
{
color: #E6698B;
}
.AnyTagClassName
{
color: #E6698B;
}
</style>
background-color css
<style>
a { background-color: #E6698B; }
a { background-color: rgb(230,105,139); }
div.DivClassName
{
background-color: #E6698B;
}
.BgClassName
{
background-color: #E6698B;
}
</style>
border-color css
<style>
span { border-color: #E6698B; }
span { border-color: rgb(230,105,139); }
td.TdClassName
{
border-color: #E6698B;
}
.TagClassName
{
border-color: #E6698B;
}
</style>