Shades of Deep Blush #EC6692
Tints of Deep Blush #EC6692
RGB
CMYK
RGB Variations
Color information
#EC6692 (or 0xEC6692) is known color: Deep Blush. HEX triplet: EC, 66 and 92. RGB value is (236,102,146). Sum of RGB (Red+Green+Blue) = 236+102+146=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6692 is #13996D. Grayscale: #939393. Windows color (decimal): -1284462 or 9594604. OLE color: 9594604.
HSL color Cylindrical-coordinate representation of color #EC6692: hue angle of 340.3º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6692 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 146 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.07 |
| HSL | 340.3º | 0.78% | 0.66% | - |
| HSV(B) | 340.3º | 0.57% | 0.93% | - |
| XYZ | 44.53 | 29.41 | 30.52 | - |
| YUV | 147.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 146 | 0 | 0.57 | 0.38 | 0.07 | 340.3 | 0.78 | 0.66 |
| Hex | EC | 66 | 92 | 0 | 39 | 26 | 7 | 154 | 4E | 42 |
| Octal | 354 | 146 | 222 | 0 | 71 | 46 | 7 | 524 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10010010 | 0 | 111001 | 100110 | 111 | 101010100 | 1001110 | 1000010 |
Color Harmonies of #EC6692
Complementary color
Monochromatic Colors of #EC6692
Black with #EC6692
Text Example
Text Example
White with #EC6692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6692; }
p { color: rgb(236,102,146); }
H1.HeaderClassName
{
color: #EC6692;
}
.AnyTagClassName
{
color: #EC6692;
}
</style>
background-color css
<style>
a { background-color: #EC6692; }
a { background-color: rgb(236,102,146); }
div.DivClassName
{
background-color: #EC6692;
}
.BgClassName
{
background-color: #EC6692;
}
</style>
border-color css
<style>
span { border-color: #EC6692; }
span { border-color: rgb(236,102,146); }
td.TdClassName
{
border-color: #EC6692;
}
.TagClassName
{
border-color: #EC6692;
}
</style>