Shades of Deep Blush #E6788D
Tints of Deep Blush #E6788D
RGB
CMYK
RGB Variations
Color information
#E6788D (or 0xE6788D) is known color: Deep Blush. HEX triplet: E6, 78 and 8D. RGB value is (230,120,141). Sum of RGB (Red+Green+Blue) = 230+120+141=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6788D is #198772. Grayscale: #9B9B9B. Windows color (decimal): -1673075 or 9271526. OLE color: 9271526.
HSL color Cylindrical-coordinate representation of color #E6788D: hue angle of 348.55º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6788D is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 141 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.10 |
| HSL | 348.55º | 0.69% | 0.69% | - |
| HSV(B) | 348.55º | 0.48% | 0.9% | - |
| XYZ | 44.16 | 32.18 | 29.08 | - |
| YUV | 155.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 141 | 0 | 0.48 | 0.39 | 0.10 | 348.55 | 0.69 | 0.69 |
| Hex | E6 | 78 | 8D | 0 | 30 | 27 | A | 15D | 45 | 45 |
| Octal | 346 | 170 | 215 | 0 | 60 | 47 | 12 | 535 | 105 | 105 |
| Binary | 11100110 | 1111000 | 10001101 | 0 | 110000 | 100111 | 1010 | 101011101 | 1000101 | 1000101 |
Color Harmonies of #E6788D
Complementary color
Monochromatic Colors of #E6788D
Black with #E6788D
Text Example
Text Example
White with #E6788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6788D; }
p { color: rgb(230,120,141); }
H1.HeaderClassName
{
color: #E6788D;
}
.AnyTagClassName
{
color: #E6788D;
}
</style>
background-color css
<style>
a { background-color: #E6788D; }
a { background-color: rgb(230,120,141); }
div.DivClassName
{
background-color: #E6788D;
}
.BgClassName
{
background-color: #E6788D;
}
</style>
border-color css
<style>
span { border-color: #E6788D; }
span { border-color: rgb(230,120,141); }
td.TdClassName
{
border-color: #E6788D;
}
.TagClassName
{
border-color: #E6788D;
}
</style>