Shades of Deep Blush #EF698C
Tints of Deep Blush #EF698C
RGB
CMYK
RGB Variations
Color information
#EF698C (or 0xEF698C) is known color: Deep Blush. HEX triplet: EF, 69 and 8C. RGB value is (239,105,140). Sum of RGB (Red+Green+Blue) = 239+105+140=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF698C is #109673. Grayscale: #959595. Windows color (decimal): -1087092 or 9202159. OLE color: 9202159.
HSL color Cylindrical-coordinate representation of color #EF698C: hue angle of 344.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF698C is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 140 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.06 |
| HSL | 344.33º | 0.81% | 0.67% | - |
| HSV(B) | 344.33º | 0.56% | 0.94% | - |
| XYZ | 45.38 | 30.35 | 28.28 | - |
| YUV | 149.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 140 | 0 | 0.56 | 0.41 | 0.06 | 344.33 | 0.81 | 0.67 |
| Hex | EF | 69 | 8C | 0 | 38 | 29 | 6 | 158 | 51 | 43 |
| Octal | 357 | 151 | 214 | 0 | 70 | 51 | 6 | 530 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10001100 | 0 | 111000 | 101001 | 110 | 101011000 | 1010001 | 1000011 |
Color Harmonies of #EF698C
Complementary color
Monochromatic Colors of #EF698C
Black with #EF698C
Text Example
Text Example
White with #EF698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF698C; }
p { color: rgb(239,105,140); }
H1.HeaderClassName
{
color: #EF698C;
}
.AnyTagClassName
{
color: #EF698C;
}
</style>
background-color css
<style>
a { background-color: #EF698C; }
a { background-color: rgb(239,105,140); }
div.DivClassName
{
background-color: #EF698C;
}
.BgClassName
{
background-color: #EF698C;
}
</style>
border-color css
<style>
span { border-color: #EF698C; }
span { border-color: rgb(239,105,140); }
td.TdClassName
{
border-color: #EF698C;
}
.TagClassName
{
border-color: #EF698C;
}
</style>