Shades of Deep Blush #E8678D
Tints of Deep Blush #E8678D
RGB
CMYK
RGB Variations
Color information
#E8678D (or 0xE8678D) is known color: Deep Blush. HEX triplet: E8, 67 and 8D. RGB value is (232,103,141). Sum of RGB (Red+Green+Blue) = 232+103+141=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8678D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8678D is #179872. Grayscale: #919191. Windows color (decimal): -1546355 or 9267176. OLE color: 9267176.
HSL color Cylindrical-coordinate representation of color #E8678D: hue angle of 342.33º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8678D is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 141 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.09 |
| HSL | 342.33º | 0.74% | 0.66% | - |
| HSV(B) | 342.33º | 0.56% | 0.91% | - |
| XYZ | 42.94 | 28.78 | 28.49 | - |
| YUV | 145.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 141 | 0 | 0.56 | 0.39 | 0.09 | 342.33 | 0.74 | 0.66 |
| Hex | E8 | 67 | 8D | 0 | 38 | 27 | 9 | 156 | 4A | 42 |
| Octal | 350 | 147 | 215 | 0 | 70 | 47 | 11 | 526 | 112 | 102 |
| Binary | 11101000 | 1100111 | 10001101 | 0 | 111000 | 100111 | 1001 | 101010110 | 1001010 | 1000010 |
Color Harmonies of #E8678D
Complementary color
Monochromatic Colors of #E8678D
Black with #E8678D
Text Example
Text Example
White with #E8678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8678D; }
p { color: rgb(232,103,141); }
H1.HeaderClassName
{
color: #E8678D;
}
.AnyTagClassName
{
color: #E8678D;
}
</style>
background-color css
<style>
a { background-color: #E8678D; }
a { background-color: rgb(232,103,141); }
div.DivClassName
{
background-color: #E8678D;
}
.BgClassName
{
background-color: #E8678D;
}
</style>
border-color css
<style>
span { border-color: #E8678D; }
span { border-color: rgb(232,103,141); }
td.TdClassName
{
border-color: #E8678D;
}
.TagClassName
{
border-color: #E8678D;
}
</style>