Shades of Deep Blush #E06B7F
Tints of Deep Blush #E06B7F
RGB
CMYK
RGB Variations
Color information
#E06B7F (or 0xE06B7F) is known color: Deep Blush. HEX triplet: E0, 6B and 7F. RGB value is (224,107,127). Sum of RGB (Red+Green+Blue) = 224+107+127=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B7F is #1F9480. Grayscale: #909090. Windows color (decimal): -2069633 or 8350688. OLE color: 8350688.
HSL color Cylindrical-coordinate representation of color #E06B7F: hue angle of 349.74º 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 #E06B7F is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 127 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.12 |
| HSL | 349.74º | 0.65% | 0.65% | - |
| HSV(B) | 349.74º | 0.52% | 0.88% | - |
| XYZ | 39.83 | 27.89 | 23.36 | - |
| YUV | 144.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 127 | 0 | 0.52 | 0.43 | 0.12 | 349.74 | 0.65 | 0.65 |
| Hex | E0 | 6B | 7F | 0 | 34 | 2B | C | 15E | 41 | 41 |
| Octal | 340 | 153 | 177 | 0 | 64 | 53 | 14 | 536 | 101 | 101 |
| Binary | 11100000 | 1101011 | 1111111 | 0 | 110100 | 101011 | 1100 | 101011110 | 1000001 | 1000001 |
Color Harmonies of #E06B7F
Complementary color
Monochromatic Colors of #E06B7F
Black with #E06B7F
Text Example
Text Example
White with #E06B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B7F; }
p { color: rgb(224,107,127); }
H1.HeaderClassName
{
color: #E06B7F;
}
.AnyTagClassName
{
color: #E06B7F;
}
</style>
background-color css
<style>
a { background-color: #E06B7F; }
a { background-color: rgb(224,107,127); }
div.DivClassName
{
background-color: #E06B7F;
}
.BgClassName
{
background-color: #E06B7F;
}
</style>
border-color css
<style>
span { border-color: #E06B7F; }
span { border-color: rgb(224,107,127); }
td.TdClassName
{
border-color: #E06B7F;
}
.TagClassName
{
border-color: #E06B7F;
}
</style>