Shades of Deep Blush #E6678B
Tints of Deep Blush #E6678B
RGB
CMYK
RGB Variations
Color information
#E6678B (or 0xE6678B) is known color: Deep Blush. HEX triplet: E6, 67 and 8B. RGB value is (230,103,139). Sum of RGB (Red+Green+Blue) = 230+103+139=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6678B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6678B is #199874. Grayscale: #919191. Windows color (decimal): -1677429 or 9136102. OLE color: 9136102.
HSL color Cylindrical-coordinate representation of color #E6678B: hue angle of 342.99º 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 #E6678B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 139 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.10 |
| HSL | 342.99º | 0.72% | 0.65% | - |
| HSV(B) | 342.99º | 0.55% | 0.9% | - |
| XYZ | 42.14 | 28.39 | 27.68 | - |
| YUV | 145.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 139 | 0 | 0.55 | 0.40 | 0.10 | 342.99 | 0.72 | 0.65 |
| Hex | E6 | 67 | 8B | 0 | 37 | 28 | A | 157 | 48 | 41 |
| Octal | 346 | 147 | 213 | 0 | 67 | 50 | 12 | 527 | 110 | 101 |
| Binary | 11100110 | 1100111 | 10001011 | 0 | 110111 | 101000 | 1010 | 101010111 | 1001000 | 1000001 |
Color Harmonies of #E6678B
Complementary color
Monochromatic Colors of #E6678B
Black with #E6678B
Text Example
Text Example
White with #E6678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6678B; }
p { color: rgb(230,103,139); }
H1.HeaderClassName
{
color: #E6678B;
}
.AnyTagClassName
{
color: #E6678B;
}
</style>
background-color css
<style>
a { background-color: #E6678B; }
a { background-color: rgb(230,103,139); }
div.DivClassName
{
background-color: #E6678B;
}
.BgClassName
{
background-color: #E6678B;
}
</style>
border-color css
<style>
span { border-color: #E6678B; }
span { border-color: rgb(230,103,139); }
td.TdClassName
{
border-color: #E6678B;
}
.TagClassName
{
border-color: #E6678B;
}
</style>