Shades of Deep Blush #E06B8D
Tints of Deep Blush #E06B8D
RGB
CMYK
RGB Variations
Color information
#E06B8D (or 0xE06B8D) is known color: Deep Blush. HEX triplet: E0, 6B and 8D. RGB value is (224,107,141). Sum of RGB (Red+Green+Blue) = 224+107+141=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06B8D is #1F9472. Grayscale: #919191. Windows color (decimal): -2069619 or 9268192. OLE color: 9268192.
HSL color Cylindrical-coordinate representation of color #E06B8D: hue angle of 342.56º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06B8D is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 141 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.12 |
| HSL | 342.56º | 0.65% | 0.65% | - |
| HSV(B) | 342.56º | 0.52% | 0.88% | - |
| XYZ | 40.81 | 28.29 | 28.51 | - |
| YUV | 145.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 141 | 0 | 0.52 | 0.37 | 0.12 | 342.56 | 0.65 | 0.65 |
| Hex | E0 | 6B | 8D | 0 | 34 | 25 | C | 157 | 41 | 41 |
| Octal | 340 | 153 | 215 | 0 | 64 | 45 | 14 | 527 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10001101 | 0 | 110100 | 100101 | 1100 | 101010111 | 1000001 | 1000001 |
Color Harmonies of #E06B8D
Complementary color
Monochromatic Colors of #E06B8D
Black with #E06B8D
Text Example
Text Example
White with #E06B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B8D; }
p { color: rgb(224,107,141); }
H1.HeaderClassName
{
color: #E06B8D;
}
.AnyTagClassName
{
color: #E06B8D;
}
</style>
background-color css
<style>
a { background-color: #E06B8D; }
a { background-color: rgb(224,107,141); }
div.DivClassName
{
background-color: #E06B8D;
}
.BgClassName
{
background-color: #E06B8D;
}
</style>
border-color css
<style>
span { border-color: #E06B8D; }
span { border-color: rgb(224,107,141); }
td.TdClassName
{
border-color: #E06B8D;
}
.TagClassName
{
border-color: #E06B8D;
}
</style>