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