Shades of Deep Blush #EC6684
Tints of Deep Blush #EC6684
RGB
CMYK
RGB Variations
Color information
#EC6684 (or 0xEC6684) is known color: Deep Blush. HEX triplet: EC, 66 and 84. RGB value is (236,102,132). Sum of RGB (Red+Green+Blue) = 236+102+132=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6684 is #13997B. Grayscale: #919191. Windows color (decimal): -1284476 or 8677100. OLE color: 8677100.
HSL color Cylindrical-coordinate representation of color #EC6684: hue angle of 346.57º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6684 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 132 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.07 |
| HSL | 346.57º | 0.78% | 0.66% | - |
| HSV(B) | 346.57º | 0.57% | 0.93% | - |
| XYZ | 43.51 | 29 | 25.13 | - |
| YUV | 145.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 132 | 0 | 0.57 | 0.44 | 0.07 | 346.57 | 0.78 | 0.66 |
| Hex | EC | 66 | 84 | 0 | 39 | 2C | 7 | 15B | 4E | 42 |
| Octal | 354 | 146 | 204 | 0 | 71 | 54 | 7 | 533 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10000100 | 0 | 111001 | 101100 | 111 | 101011011 | 1001110 | 1000010 |
Color Harmonies of #EC6684
Complementary color
Monochromatic Colors of #EC6684
Black with #EC6684
Text Example
Text Example
White with #EC6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6684; }
p { color: rgb(236,102,132); }
H1.HeaderClassName
{
color: #EC6684;
}
.AnyTagClassName
{
color: #EC6684;
}
</style>
background-color css
<style>
a { background-color: #EC6684; }
a { background-color: rgb(236,102,132); }
div.DivClassName
{
background-color: #EC6684;
}
.BgClassName
{
background-color: #EC6684;
}
</style>
border-color css
<style>
span { border-color: #EC6684; }
span { border-color: rgb(236,102,132); }
td.TdClassName
{
border-color: #EC6684;
}
.TagClassName
{
border-color: #EC6684;
}
</style>