Shades of Deep Blush #EC6893
Tints of Deep Blush #EC6893
RGB
CMYK
RGB Variations
Color information
#EC6893 (or 0xEC6893) is known color: Deep Blush. HEX triplet: EC, 68 and 93. RGB value is (236,104,147). Sum of RGB (Red+Green+Blue) = 236+104+147=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6893 is #13976C. Grayscale: #949494. Windows color (decimal): -1283949 or 9660652. OLE color: 9660652.
HSL color Cylindrical-coordinate representation of color #EC6893: hue angle of 340.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6893 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 147 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.07 |
| HSL | 340.45º | 0.78% | 0.67% | - |
| HSV(B) | 340.45º | 0.56% | 0.93% | - |
| XYZ | 44.81 | 29.84 | 31 | - |
| YUV | 148.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 147 | 0 | 0.56 | 0.38 | 0.07 | 340.45 | 0.78 | 0.67 |
| Hex | EC | 68 | 93 | 0 | 38 | 26 | 7 | 154 | 4E | 43 |
| Octal | 354 | 150 | 223 | 0 | 70 | 46 | 7 | 524 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10010011 | 0 | 111000 | 100110 | 111 | 101010100 | 1001110 | 1000011 |
Color Harmonies of #EC6893
Complementary color
Monochromatic Colors of #EC6893
Black with #EC6893
Text Example
Text Example
White with #EC6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6893; }
p { color: rgb(236,104,147); }
H1.HeaderClassName
{
color: #EC6893;
}
.AnyTagClassName
{
color: #EC6893;
}
</style>
background-color css
<style>
a { background-color: #EC6893; }
a { background-color: rgb(236,104,147); }
div.DivClassName
{
background-color: #EC6893;
}
.BgClassName
{
background-color: #EC6893;
}
</style>
border-color css
<style>
span { border-color: #EC6893; }
span { border-color: rgb(236,104,147); }
td.TdClassName
{
border-color: #EC6893;
}
.TagClassName
{
border-color: #EC6893;
}
</style>