Shades of Deep Blush #EC6C8F
Tints of Deep Blush #EC6C8F
RGB
CMYK
RGB Variations
Color information
#EC6C8F (or 0xEC6C8F) is known color: Deep Blush. HEX triplet: EC, 6C and 8F. RGB value is (236,108,143). Sum of RGB (Red+Green+Blue) = 236+108+143=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C8F is #139370. Grayscale: #969696. Windows color (decimal): -1282929 or 9399532. OLE color: 9399532.
HSL color Cylindrical-coordinate representation of color #EC6C8F: hue angle of 343.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C8F is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 143 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.07 |
| HSL | 343.59º | 0.77% | 0.67% | - |
| HSV(B) | 343.59º | 0.54% | 0.93% | - |
| XYZ | 44.91 | 30.54 | 29.51 | - |
| YUV | 150.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 143 | 0 | 0.54 | 0.39 | 0.07 | 343.59 | 0.77 | 0.67 |
| Hex | EC | 6C | 8F | 0 | 36 | 27 | 7 | 158 | 4D | 43 |
| Octal | 354 | 154 | 217 | 0 | 66 | 47 | 7 | 530 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10001111 | 0 | 110110 | 100111 | 111 | 101011000 | 1001101 | 1000011 |
Color Harmonies of #EC6C8F
Complementary color
Monochromatic Colors of #EC6C8F
Black with #EC6C8F
Text Example
Text Example
White with #EC6C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C8F; }
p { color: rgb(236,108,143); }
H1.HeaderClassName
{
color: #EC6C8F;
}
.AnyTagClassName
{
color: #EC6C8F;
}
</style>
background-color css
<style>
a { background-color: #EC6C8F; }
a { background-color: rgb(236,108,143); }
div.DivClassName
{
background-color: #EC6C8F;
}
.BgClassName
{
background-color: #EC6C8F;
}
</style>
border-color css
<style>
span { border-color: #EC6C8F; }
span { border-color: rgb(236,108,143); }
td.TdClassName
{
border-color: #EC6C8F;
}
.TagClassName
{
border-color: #EC6C8F;
}
</style>