Shades of Deep Blush #EC6793
Tints of Deep Blush #EC6793
RGB
CMYK
RGB Variations
Color information
#EC6793 (or 0xEC6793) is known color: Deep Blush. HEX triplet: EC, 67 and 93. RGB value is (236,103,147). Sum of RGB (Red+Green+Blue) = 236+103+147=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6793 is #13986C. Grayscale: #939393. Windows color (decimal): -1284205 or 9660396. OLE color: 9660396.
HSL color Cylindrical-coordinate representation of color #EC6793: hue angle of 340.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6793 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 147 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.07 |
| HSL | 340.15º | 0.78% | 0.66% | - |
| HSV(B) | 340.15º | 0.56% | 0.93% | - |
| XYZ | 44.71 | 29.64 | 30.97 | - |
| YUV | 147.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 147 | 0 | 0.56 | 0.38 | 0.07 | 340.15 | 0.78 | 0.66 |
| Hex | EC | 67 | 93 | 0 | 38 | 26 | 7 | 154 | 4E | 42 |
| Octal | 354 | 147 | 223 | 0 | 70 | 46 | 7 | 524 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10010011 | 0 | 111000 | 100110 | 111 | 101010100 | 1001110 | 1000010 |
Color Harmonies of #EC6793
Complementary color
Monochromatic Colors of #EC6793
Black with #EC6793
Text Example
Text Example
White with #EC6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6793; }
p { color: rgb(236,103,147); }
H1.HeaderClassName
{
color: #EC6793;
}
.AnyTagClassName
{
color: #EC6793;
}
</style>
background-color css
<style>
a { background-color: #EC6793; }
a { background-color: rgb(236,103,147); }
div.DivClassName
{
background-color: #EC6793;
}
.BgClassName
{
background-color: #EC6793;
}
</style>
border-color css
<style>
span { border-color: #EC6793; }
span { border-color: rgb(236,103,147); }
td.TdClassName
{
border-color: #EC6793;
}
.TagClassName
{
border-color: #EC6793;
}
</style>