Shades of Deep Blush #E5668D
Tints of Deep Blush #E5668D
RGB
CMYK
RGB Variations
Color information
#E5668D (or 0xE5668D) is known color: Deep Blush. HEX triplet: E5, 66 and 8D. RGB value is (229,102,141). Sum of RGB (Red+Green+Blue) = 229+102+141=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5668D is #1A9972. Grayscale: #909090. Windows color (decimal): -1743219 or 9266917. OLE color: 9266917.
HSL color Cylindrical-coordinate representation of color #E5668D: hue angle of 341.57º degrees, saturation: 0.71, 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 #E5668D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 141 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.10 |
| HSL | 341.57º | 0.71% | 0.65% | - |
| HSV(B) | 341.57º | 0.55% | 0.9% | - |
| XYZ | 41.87 | 28.08 | 28.41 | - |
| YUV | 144.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 141 | 0 | 0.55 | 0.38 | 0.10 | 341.57 | 0.71 | 0.65 |
| Hex | E5 | 66 | 8D | 0 | 37 | 26 | A | 156 | 47 | 41 |
| Octal | 345 | 146 | 215 | 0 | 67 | 46 | 12 | 526 | 107 | 101 |
| Binary | 11100101 | 1100110 | 10001101 | 0 | 110111 | 100110 | 1010 | 101010110 | 1000111 | 1000001 |
Color Harmonies of #E5668D
Complementary color
Monochromatic Colors of #E5668D
Black with #E5668D
Text Example
Text Example
White with #E5668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5668D; }
p { color: rgb(229,102,141); }
H1.HeaderClassName
{
color: #E5668D;
}
.AnyTagClassName
{
color: #E5668D;
}
</style>
background-color css
<style>
a { background-color: #E5668D; }
a { background-color: rgb(229,102,141); }
div.DivClassName
{
background-color: #E5668D;
}
.BgClassName
{
background-color: #E5668D;
}
</style>
border-color css
<style>
span { border-color: #E5668D; }
span { border-color: rgb(229,102,141); }
td.TdClassName
{
border-color: #E5668D;
}
.TagClassName
{
border-color: #E5668D;
}
</style>