Shades of Deep Blush #EC668C
Tints of Deep Blush #EC668C
RGB
CMYK
RGB Variations
Color information
#EC668C (or 0xEC668C) is known color: Deep Blush. HEX triplet: EC, 66 and 8C. RGB value is (236,102,140). Sum of RGB (Red+Green+Blue) = 236+102+140=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC668C is #139973. Grayscale: #929292. Windows color (decimal): -1284468 or 9201388. OLE color: 9201388.
HSL color Cylindrical-coordinate representation of color #EC668C: hue angle of 342.99º 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 #EC668C is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 140 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.07 |
| HSL | 342.99º | 0.78% | 0.66% | - |
| HSV(B) | 342.99º | 0.57% | 0.93% | - |
| XYZ | 44.08 | 29.23 | 28.13 | - |
| YUV | 146.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 140 | 0 | 0.57 | 0.41 | 0.07 | 342.99 | 0.78 | 0.66 |
| Hex | EC | 66 | 8C | 0 | 39 | 29 | 7 | 157 | 4E | 42 |
| Octal | 354 | 146 | 214 | 0 | 71 | 51 | 7 | 527 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10001100 | 0 | 111001 | 101001 | 111 | 101010111 | 1001110 | 1000010 |
Color Harmonies of #EC668C
Complementary color
Monochromatic Colors of #EC668C
Black with #EC668C
Text Example
Text Example
White with #EC668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC668C; }
p { color: rgb(236,102,140); }
H1.HeaderClassName
{
color: #EC668C;
}
.AnyTagClassName
{
color: #EC668C;
}
</style>
background-color css
<style>
a { background-color: #EC668C; }
a { background-color: rgb(236,102,140); }
div.DivClassName
{
background-color: #EC668C;
}
.BgClassName
{
background-color: #EC668C;
}
</style>
border-color css
<style>
span { border-color: #EC668C; }
span { border-color: rgb(236,102,140); }
td.TdClassName
{
border-color: #EC668C;
}
.TagClassName
{
border-color: #EC668C;
}
</style>