Shades of Deep Blush #EF688A
Tints of Deep Blush #EF688A
RGB
CMYK
RGB Variations
Color information
#EF688A (or 0xEF688A) is known color: Deep Blush. HEX triplet: EF, 68 and 8A. RGB value is (239,104,138). Sum of RGB (Red+Green+Blue) = 239+104+138=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF688A is #109775. Grayscale: #949494. Windows color (decimal): -1087350 or 9070831. OLE color: 9070831.
HSL color Cylindrical-coordinate representation of color #EF688A: hue angle of 344.89º 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 #EF688A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 138 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.06 |
| HSL | 344.89º | 0.81% | 0.67% | - |
| HSV(B) | 344.89º | 0.56% | 0.94% | - |
| XYZ | 45.13 | 30.09 | 27.47 | - |
| YUV | 148.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 138 | 0 | 0.56 | 0.42 | 0.06 | 344.89 | 0.81 | 0.67 |
| Hex | EF | 68 | 8A | 0 | 38 | 2A | 6 | 159 | 51 | 43 |
| Octal | 357 | 150 | 212 | 0 | 70 | 52 | 6 | 531 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10001010 | 0 | 111000 | 101010 | 110 | 101011001 | 1010001 | 1000011 |
Color Harmonies of #EF688A
Complementary color
Monochromatic Colors of #EF688A
Black with #EF688A
Text Example
Text Example
White with #EF688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF688A; }
p { color: rgb(239,104,138); }
H1.HeaderClassName
{
color: #EF688A;
}
.AnyTagClassName
{
color: #EF688A;
}
</style>
background-color css
<style>
a { background-color: #EF688A; }
a { background-color: rgb(239,104,138); }
div.DivClassName
{
background-color: #EF688A;
}
.BgClassName
{
background-color: #EF688A;
}
</style>
border-color css
<style>
span { border-color: #EF688A; }
span { border-color: rgb(239,104,138); }
td.TdClassName
{
border-color: #EF688A;
}
.TagClassName
{
border-color: #EF688A;
}
</style>