Shades of Deep Blush #EC6488
Tints of Deep Blush #EC6488
RGB
CMYK
RGB Variations
Color information
#EC6488 (or 0xEC6488) is known color: Deep Blush. HEX triplet: EC, 64 and 88. RGB value is (236,100,136). Sum of RGB (Red+Green+Blue) = 236+100+136=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6488 is #139B77. Grayscale: #909090. Windows color (decimal): -1284984 or 8938732. OLE color: 8938732.
HSL color Cylindrical-coordinate representation of color #EC6488: hue angle of 344.12º 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 #EC6488 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 136 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.07 |
| HSL | 344.12º | 0.78% | 0.66% | - |
| HSV(B) | 344.12º | 0.58% | 0.93% | - |
| XYZ | 43.59 | 28.72 | 26.54 | - |
| YUV | 144.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 136 | 0 | 0.58 | 0.42 | 0.07 | 344.12 | 0.78 | 0.66 |
| Hex | EC | 64 | 88 | 0 | 3A | 2A | 7 | 158 | 4E | 42 |
| Octal | 354 | 144 | 210 | 0 | 72 | 52 | 7 | 530 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10001000 | 0 | 111010 | 101010 | 111 | 101011000 | 1001110 | 1000010 |
Color Harmonies of #EC6488
Complementary color
Monochromatic Colors of #EC6488
Black with #EC6488
Text Example
Text Example
White with #EC6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6488; }
p { color: rgb(236,100,136); }
H1.HeaderClassName
{
color: #EC6488;
}
.AnyTagClassName
{
color: #EC6488;
}
</style>
background-color css
<style>
a { background-color: #EC6488; }
a { background-color: rgb(236,100,136); }
div.DivClassName
{
background-color: #EC6488;
}
.BgClassName
{
background-color: #EC6488;
}
</style>
border-color css
<style>
span { border-color: #EC6488; }
span { border-color: rgb(236,100,136); }
td.TdClassName
{
border-color: #EC6488;
}
.TagClassName
{
border-color: #EC6488;
}
</style>