Shades of Deep Blush #EF6993
Tints of Deep Blush #EF6993
RGB
CMYK
RGB Variations
Color information
#EF6993 (or 0xEF6993) is known color: Deep Blush. HEX triplet: EF, 69 and 93. RGB value is (239,105,147). Sum of RGB (Red+Green+Blue) = 239+105+147=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6993 is #10966C. Grayscale: #959595. Windows color (decimal): -1087085 or 9660911. OLE color: 9660911.
HSL color Cylindrical-coordinate representation of color #EF6993: hue angle of 341.19º 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 #EF6993 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 147 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.06 |
| HSL | 341.19º | 0.81% | 0.67% | - |
| HSV(B) | 341.19º | 0.56% | 0.94% | - |
| XYZ | 45.91 | 30.56 | 31.08 | - |
| YUV | 149.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 147 | 0 | 0.56 | 0.38 | 0.06 | 341.19 | 0.81 | 0.67 |
| Hex | EF | 69 | 93 | 0 | 38 | 26 | 6 | 155 | 51 | 43 |
| Octal | 357 | 151 | 223 | 0 | 70 | 46 | 6 | 525 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10010011 | 0 | 111000 | 100110 | 110 | 101010101 | 1010001 | 1000011 |
Color Harmonies of #EF6993
Complementary color
Monochromatic Colors of #EF6993
Black with #EF6993
Text Example
Text Example
White with #EF6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6993; }
p { color: rgb(239,105,147); }
H1.HeaderClassName
{
color: #EF6993;
}
.AnyTagClassName
{
color: #EF6993;
}
</style>
background-color css
<style>
a { background-color: #EF6993; }
a { background-color: rgb(239,105,147); }
div.DivClassName
{
background-color: #EF6993;
}
.BgClassName
{
background-color: #EF6993;
}
</style>
border-color css
<style>
span { border-color: #EF6993; }
span { border-color: rgb(239,105,147); }
td.TdClassName
{
border-color: #EF6993;
}
.TagClassName
{
border-color: #EF6993;
}
</style>