Shades of Deep Blush #E6798A
Tints of Deep Blush #E6798A
RGB
CMYK
RGB Variations
Color information
#E6798A (or 0xE6798A) is known color: Deep Blush. HEX triplet: E6, 79 and 8A. RGB value is (230,121,138). Sum of RGB (Red+Green+Blue) = 230+121+138=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6798A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6798A is #198675. Grayscale: #9B9B9B. Windows color (decimal): -1672822 or 9075174. OLE color: 9075174.
HSL color Cylindrical-coordinate representation of color #E6798A: hue angle of 350.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6798A is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 138 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.10 |
| HSL | 350.64º | 0.69% | 0.69% | - |
| HSV(B) | 350.64º | 0.47% | 0.9% | - |
| XYZ | 44.06 | 32.33 | 27.96 | - |
| YUV | 155.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 138 | 0 | 0.47 | 0.4 | 0.10 | 350.64 | 0.69 | 0.69 |
| Hex | E6 | 79 | 8A | 0 | 2F | 28 | A | 15F | 45 | 45 |
| Octal | 346 | 171 | 212 | 0 | 57 | 50 | 12 | 537 | 105 | 105 |
| Binary | 11100110 | 1111001 | 10001010 | 0 | 101111 | 101000 | 1010 | 101011111 | 1000101 | 1000101 |
Color Harmonies of #E6798A
Complementary color
Monochromatic Colors of #E6798A
Black with #E6798A
Text Example
Text Example
White with #E6798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6798A; }
p { color: rgb(230,121,138); }
H1.HeaderClassName
{
color: #E6798A;
}
.AnyTagClassName
{
color: #E6798A;
}
</style>
background-color css
<style>
a { background-color: #E6798A; }
a { background-color: rgb(230,121,138); }
div.DivClassName
{
background-color: #E6798A;
}
.BgClassName
{
background-color: #E6798A;
}
</style>
border-color css
<style>
span { border-color: #E6798A; }
span { border-color: rgb(230,121,138); }
td.TdClassName
{
border-color: #E6798A;
}
.TagClassName
{
border-color: #E6798A;
}
</style>