Shades of Deep Blush #EC6B82
Tints of Deep Blush #EC6B82
RGB
CMYK
RGB Variations
Color information
#EC6B82 (or 0xEC6B82) is known color: Deep Blush. HEX triplet: EC, 6B and 82. RGB value is (236,107,130). Sum of RGB (Red+Green+Blue) = 236+107+130=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B82 is #13947D. Grayscale: #949494. Windows color (decimal): -1283198 or 8547308. OLE color: 8547308.
HSL color Cylindrical-coordinate representation of color #EC6B82: hue angle of 349.3º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6B82 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 130 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.07 |
| HSL | 349.3º | 0.77% | 0.67% | - |
| HSV(B) | 349.3º | 0.55% | 0.93% | - |
| XYZ | 43.88 | 29.96 | 24.59 | - |
| YUV | 148.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 130 | 0 | 0.55 | 0.45 | 0.07 | 349.3 | 0.77 | 0.67 |
| Hex | EC | 6B | 82 | 0 | 37 | 2D | 7 | 15D | 4D | 43 |
| Octal | 354 | 153 | 202 | 0 | 67 | 55 | 7 | 535 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10000010 | 0 | 110111 | 101101 | 111 | 101011101 | 1001101 | 1000011 |
Color Harmonies of #EC6B82
Complementary color
Monochromatic Colors of #EC6B82
Black with #EC6B82
Text Example
Text Example
White with #EC6B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B82; }
p { color: rgb(236,107,130); }
H1.HeaderClassName
{
color: #EC6B82;
}
.AnyTagClassName
{
color: #EC6B82;
}
</style>
background-color css
<style>
a { background-color: #EC6B82; }
a { background-color: rgb(236,107,130); }
div.DivClassName
{
background-color: #EC6B82;
}
.BgClassName
{
background-color: #EC6B82;
}
</style>
border-color css
<style>
span { border-color: #EC6B82; }
span { border-color: rgb(236,107,130); }
td.TdClassName
{
border-color: #EC6B82;
}
.TagClassName
{
border-color: #EC6B82;
}
</style>