Shades of Deep Blush #EF6893
Tints of Deep Blush #EF6893
RGB
CMYK
RGB Variations
Color information
#EF6893 (or 0xEF6893) is known color: Deep Blush. HEX triplet: EF, 68 and 93. RGB value is (239,104,147). Sum of RGB (Red+Green+Blue) = 239+104+147=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6893 is #10976C. Grayscale: #959595. Windows color (decimal): -1087341 or 9660655. OLE color: 9660655.
HSL color Cylindrical-coordinate representation of color #EF6893: hue angle of 340.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 #EF6893 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 147 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.06 |
| HSL | 340.89º | 0.81% | 0.67% | - |
| HSV(B) | 340.89º | 0.56% | 0.94% | - |
| XYZ | 45.81 | 30.36 | 31.05 | - |
| YUV | 149.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 147 | 0 | 0.56 | 0.38 | 0.06 | 340.89 | 0.81 | 0.67 |
| Hex | EF | 68 | 93 | 0 | 38 | 26 | 6 | 155 | 51 | 43 |
| Octal | 357 | 150 | 223 | 0 | 70 | 46 | 6 | 525 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10010011 | 0 | 111000 | 100110 | 110 | 101010101 | 1010001 | 1000011 |
Color Harmonies of #EF6893
Complementary color
Monochromatic Colors of #EF6893
Black with #EF6893
Text Example
Text Example
White with #EF6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6893; }
p { color: rgb(239,104,147); }
H1.HeaderClassName
{
color: #EF6893;
}
.AnyTagClassName
{
color: #EF6893;
}
</style>
background-color css
<style>
a { background-color: #EF6893; }
a { background-color: rgb(239,104,147); }
div.DivClassName
{
background-color: #EF6893;
}
.BgClassName
{
background-color: #EF6893;
}
</style>
border-color css
<style>
span { border-color: #EF6893; }
span { border-color: rgb(239,104,147); }
td.TdClassName
{
border-color: #EF6893;
}
.TagClassName
{
border-color: #EF6893;
}
</style>