Shades of Deep Blush #EC658C
Tints of Deep Blush #EC658C
RGB
CMYK
RGB Variations
Color information
#EC658C (or 0xEC658C) is known color: Deep Blush. HEX triplet: EC, 65 and 8C. RGB value is (236,101,140). Sum of RGB (Red+Green+Blue) = 236+101+140=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC658C is #139A73. Grayscale: #919191. Windows color (decimal): -1284724 or 9201132. OLE color: 9201132.
HSL color Cylindrical-coordinate representation of color #EC658C: hue angle of 342.67º 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 #EC658C is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 140 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.07 |
| HSL | 342.67º | 0.78% | 0.66% | - |
| HSV(B) | 342.67º | 0.57% | 0.93% | - |
| XYZ | 43.98 | 29.03 | 28.1 | - |
| YUV | 145.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 140 | 0 | 0.57 | 0.41 | 0.07 | 342.67 | 0.78 | 0.66 |
| Hex | EC | 65 | 8C | 0 | 39 | 29 | 7 | 157 | 4E | 42 |
| Octal | 354 | 145 | 214 | 0 | 71 | 51 | 7 | 527 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10001100 | 0 | 111001 | 101001 | 111 | 101010111 | 1001110 | 1000010 |
Color Harmonies of #EC658C
Complementary color
Monochromatic Colors of #EC658C
Black with #EC658C
Text Example
Text Example
White with #EC658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC658C; }
p { color: rgb(236,101,140); }
H1.HeaderClassName
{
color: #EC658C;
}
.AnyTagClassName
{
color: #EC658C;
}
</style>
background-color css
<style>
a { background-color: #EC658C; }
a { background-color: rgb(236,101,140); }
div.DivClassName
{
background-color: #EC658C;
}
.BgClassName
{
background-color: #EC658C;
}
</style>
border-color css
<style>
span { border-color: #EC658C; }
span { border-color: rgb(236,101,140); }
td.TdClassName
{
border-color: #EC658C;
}
.TagClassName
{
border-color: #EC658C;
}
</style>