Shades of Deep Blush #EC6090
Tints of Deep Blush #EC6090
RGB
CMYK
RGB Variations
Color information
#EC6090 (or 0xEC6090) is known color: Deep Blush. HEX triplet: EC, 60 and 90. RGB value is (236,96,144). Sum of RGB (Red+Green+Blue) = 236+96+144=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6090 is #139F6F. Grayscale: #8F8F8F. Windows color (decimal): -1286000 or 9461996. OLE color: 9461996.
HSL color Cylindrical-coordinate representation of color #EC6090: hue angle of 339.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6090 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 144 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.07 |
| HSL | 339.43º | 0.79% | 0.65% | - |
| HSV(B) | 339.43º | 0.59% | 0.93% | - |
| XYZ | 43.81 | 28.21 | 29.52 | - |
| YUV | 143.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 144 | 0 | 0.59 | 0.39 | 0.07 | 339.43 | 0.79 | 0.65 |
| Hex | EC | 60 | 90 | 0 | 3B | 27 | 7 | 153 | 4F | 41 |
| Octal | 354 | 140 | 220 | 0 | 73 | 47 | 7 | 523 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10010000 | 0 | 111011 | 100111 | 111 | 101010011 | 1001111 | 1000001 |
Color Harmonies of #EC6090
Complementary color
Monochromatic Colors of #EC6090
Black with #EC6090
Text Example
Text Example
White with #EC6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6090; }
p { color: rgb(236,96,144); }
H1.HeaderClassName
{
color: #EC6090;
}
.AnyTagClassName
{
color: #EC6090;
}
</style>
background-color css
<style>
a { background-color: #EC6090; }
a { background-color: rgb(236,96,144); }
div.DivClassName
{
background-color: #EC6090;
}
.BgClassName
{
background-color: #EC6090;
}
</style>
border-color css
<style>
span { border-color: #EC6090; }
span { border-color: rgb(236,96,144); }
td.TdClassName
{
border-color: #EC6090;
}
.TagClassName
{
border-color: #EC6090;
}
</style>