Shades of Deep Blush #EF628C
Tints of Deep Blush #EF628C
RGB
CMYK
RGB Variations
Color information
#EF628C (or 0xEF628C) is known color: Deep Blush. HEX triplet: EF, 62 and 8C. RGB value is (239,98,140). Sum of RGB (Red+Green+Blue) = 239+98+140=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF628C is #109D73. Grayscale: #909090. Windows color (decimal): -1088884 or 9200367. OLE color: 9200367.
HSL color Cylindrical-coordinate representation of color #EF628C: hue angle of 342.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF628C is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 140 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.06 |
| HSL | 342.13º | 0.82% | 0.66% | - |
| HSV(B) | 342.13º | 0.59% | 0.94% | - |
| XYZ | 44.7 | 28.98 | 28.05 | - |
| YUV | 144.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 140 | 0 | 0.59 | 0.41 | 0.06 | 342.13 | 0.82 | 0.66 |
| Hex | EF | 62 | 8C | 0 | 3B | 29 | 6 | 156 | 52 | 42 |
| Octal | 357 | 142 | 214 | 0 | 73 | 51 | 6 | 526 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10001100 | 0 | 111011 | 101001 | 110 | 101010110 | 1010010 | 1000010 |
Color Harmonies of #EF628C
Complementary color
Monochromatic Colors of #EF628C
Black with #EF628C
Text Example
Text Example
White with #EF628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF628C; }
p { color: rgb(239,98,140); }
H1.HeaderClassName
{
color: #EF628C;
}
.AnyTagClassName
{
color: #EF628C;
}
</style>
background-color css
<style>
a { background-color: #EF628C; }
a { background-color: rgb(239,98,140); }
div.DivClassName
{
background-color: #EF628C;
}
.BgClassName
{
background-color: #EF628C;
}
</style>
border-color css
<style>
span { border-color: #EF628C; }
span { border-color: rgb(239,98,140); }
td.TdClassName
{
border-color: #EF628C;
}
.TagClassName
{
border-color: #EF628C;
}
</style>