Shades of Deep Blush #EC768A
Tints of Deep Blush #EC768A
RGB
CMYK
RGB Variations
Color information
#EC768A (or 0xEC768A) is known color: Deep Blush. HEX triplet: EC, 76 and 8A. RGB value is (236,118,138). Sum of RGB (Red+Green+Blue) = 236+118+138=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768A is #138975. Grayscale: #9B9B9B. Windows color (decimal): -1280374 or 9074412. OLE color: 9074412.
HSL color Cylindrical-coordinate representation of color #EC768A: hue angle of 349.83º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC768A is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 138 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.07 |
| HSL | 349.83º | 0.76% | 0.69% | - |
| HSV(B) | 349.83º | 0.5% | 0.93% | - |
| XYZ | 45.66 | 32.62 | 27.94 | - |
| YUV | 155.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 138 | 0 | 0.5 | 0.42 | 0.07 | 349.83 | 0.76 | 0.69 |
| Hex | EC | 76 | 8A | 0 | 32 | 2A | 7 | 15E | 4C | 45 |
| Octal | 354 | 166 | 212 | 0 | 62 | 52 | 7 | 536 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10001010 | 0 | 110010 | 101010 | 111 | 101011110 | 1001100 | 1000101 |
Color Harmonies of #EC768A
Complementary color
Monochromatic Colors of #EC768A
Black with #EC768A
Text Example
Text Example
White with #EC768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC768A; }
p { color: rgb(236,118,138); }
H1.HeaderClassName
{
color: #EC768A;
}
.AnyTagClassName
{
color: #EC768A;
}
</style>
background-color css
<style>
a { background-color: #EC768A; }
a { background-color: rgb(236,118,138); }
div.DivClassName
{
background-color: #EC768A;
}
.BgClassName
{
background-color: #EC768A;
}
</style>
border-color css
<style>
span { border-color: #EC768A; }
span { border-color: rgb(236,118,138); }
td.TdClassName
{
border-color: #EC768A;
}
.TagClassName
{
border-color: #EC768A;
}
</style>