Shades of Deep Blush #EC6E82
Tints of Deep Blush #EC6E82
RGB
CMYK
RGB Variations
Color information
#EC6E82 (or 0xEC6E82) is known color: Deep Blush. HEX triplet: EC, 6E and 82. RGB value is (236,110,130). Sum of RGB (Red+Green+Blue) = 236+110+130=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E82 is #13917D. Grayscale: #969696. Windows color (decimal): -1282430 or 8548076. OLE color: 8548076.
HSL color Cylindrical-coordinate representation of color #EC6E82: hue angle of 350.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6E82 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 130 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.07 |
| HSL | 350.48º | 0.77% | 0.68% | - |
| HSV(B) | 350.48º | 0.53% | 0.93% | - |
| XYZ | 44.2 | 30.6 | 24.7 | - |
| YUV | 149.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 130 | 0 | 0.53 | 0.45 | 0.07 | 350.48 | 0.77 | 0.68 |
| Hex | EC | 6E | 82 | 0 | 35 | 2D | 7 | 15E | 4D | 44 |
| Octal | 354 | 156 | 202 | 0 | 65 | 55 | 7 | 536 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10000010 | 0 | 110101 | 101101 | 111 | 101011110 | 1001101 | 1000100 |
Color Harmonies of #EC6E82
Complementary color
Monochromatic Colors of #EC6E82
Black with #EC6E82
Text Example
Text Example
White with #EC6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E82; }
p { color: rgb(236,110,130); }
H1.HeaderClassName
{
color: #EC6E82;
}
.AnyTagClassName
{
color: #EC6E82;
}
</style>
background-color css
<style>
a { background-color: #EC6E82; }
a { background-color: rgb(236,110,130); }
div.DivClassName
{
background-color: #EC6E82;
}
.BgClassName
{
background-color: #EC6E82;
}
</style>
border-color css
<style>
span { border-color: #EC6E82; }
span { border-color: rgb(236,110,130); }
td.TdClassName
{
border-color: #EC6E82;
}
.TagClassName
{
border-color: #EC6E82;
}
</style>