Shades of Deep Blush #EC6384
Tints of Deep Blush #EC6384
RGB
CMYK
RGB Variations
Color information
#EC6384 (or 0xEC6384) is known color: Deep Blush. HEX triplet: EC, 63 and 84. RGB value is (236,99,132). Sum of RGB (Red+Green+Blue) = 236+99+132=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6384 is #139C7B. Grayscale: #8F8F8F. Windows color (decimal): -1285244 or 8676332. OLE color: 8676332.
HSL color Cylindrical-coordinate representation of color #EC6384: hue angle of 345.55º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6384 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 132 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.07 |
| HSL | 345.55º | 0.78% | 0.66% | - |
| HSV(B) | 345.55º | 0.58% | 0.93% | - |
| XYZ | 43.22 | 28.42 | 25.04 | - |
| YUV | 143.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 132 | 0 | 0.58 | 0.44 | 0.07 | 345.55 | 0.78 | 0.66 |
| Hex | EC | 63 | 84 | 0 | 3A | 2C | 7 | 15A | 4E | 42 |
| Octal | 354 | 143 | 204 | 0 | 72 | 54 | 7 | 532 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10000100 | 0 | 111010 | 101100 | 111 | 101011010 | 1001110 | 1000010 |
Color Harmonies of #EC6384
Complementary color
Monochromatic Colors of #EC6384
Black with #EC6384
Text Example
Text Example
White with #EC6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6384; }
p { color: rgb(236,99,132); }
H1.HeaderClassName
{
color: #EC6384;
}
.AnyTagClassName
{
color: #EC6384;
}
</style>
background-color css
<style>
a { background-color: #EC6384; }
a { background-color: rgb(236,99,132); }
div.DivClassName
{
background-color: #EC6384;
}
.BgClassName
{
background-color: #EC6384;
}
</style>
border-color css
<style>
span { border-color: #EC6384; }
span { border-color: rgb(236,99,132); }
td.TdClassName
{
border-color: #EC6384;
}
.TagClassName
{
border-color: #EC6384;
}
</style>