Shades of Deep Blush #EC6D81
Tints of Deep Blush #EC6D81
RGB
CMYK
RGB Variations
Color information
#EC6D81 (or 0xEC6D81) is known color: Deep Blush. HEX triplet: EC, 6D and 81. RGB value is (236,109,129). Sum of RGB (Red+Green+Blue) = 236+109+129=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D81 is #13927E. Grayscale: #959595. Windows color (decimal): -1282687 or 8482284. OLE color: 8482284.
HSL color Cylindrical-coordinate representation of color #EC6D81: hue angle of 350.55º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D81 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 129 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.07 |
| HSL | 350.55º | 0.77% | 0.68% | - |
| HSV(B) | 350.55º | 0.54% | 0.93% | - |
| XYZ | 44.02 | 30.36 | 24.31 | - |
| YUV | 149.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 129 | 0 | 0.54 | 0.45 | 0.07 | 350.55 | 0.77 | 0.68 |
| Hex | EC | 6D | 81 | 0 | 36 | 2D | 7 | 15F | 4D | 44 |
| Octal | 354 | 155 | 201 | 0 | 66 | 55 | 7 | 537 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10000001 | 0 | 110110 | 101101 | 111 | 101011111 | 1001101 | 1000100 |
Color Harmonies of #EC6D81
Complementary color
Monochromatic Colors of #EC6D81
Black with #EC6D81
Text Example
Text Example
White with #EC6D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D81; }
p { color: rgb(236,109,129); }
H1.HeaderClassName
{
color: #EC6D81;
}
.AnyTagClassName
{
color: #EC6D81;
}
</style>
background-color css
<style>
a { background-color: #EC6D81; }
a { background-color: rgb(236,109,129); }
div.DivClassName
{
background-color: #EC6D81;
}
.BgClassName
{
background-color: #EC6D81;
}
</style>
border-color css
<style>
span { border-color: #EC6D81; }
span { border-color: rgb(236,109,129); }
td.TdClassName
{
border-color: #EC6D81;
}
.TagClassName
{
border-color: #EC6D81;
}
</style>