Shades of Deep Blush #EF628D
Tints of Deep Blush #EF628D
RGB
CMYK
RGB Variations
Color information
#EF628D (or 0xEF628D) is known color: Deep Blush. HEX triplet: EF, 62 and 8D. RGB value is (239,98,141). Sum of RGB (Red+Green+Blue) = 239+98+141=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF628D is #109D72. Grayscale: #919191. Windows color (decimal): -1088883 or 9265903. OLE color: 9265903.
HSL color Cylindrical-coordinate representation of color #EF628D: hue angle of 341.7º 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 #EF628D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 141 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.06 |
| HSL | 341.7º | 0.82% | 0.66% | - |
| HSV(B) | 341.7º | 0.59% | 0.94% | - |
| XYZ | 44.77 | 29.01 | 28.44 | - |
| YUV | 145.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 141 | 0 | 0.59 | 0.41 | 0.06 | 341.7 | 0.82 | 0.66 |
| Hex | EF | 62 | 8D | 0 | 3B | 29 | 6 | 156 | 52 | 42 |
| Octal | 357 | 142 | 215 | 0 | 73 | 51 | 6 | 526 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10001101 | 0 | 111011 | 101001 | 110 | 101010110 | 1010010 | 1000010 |
Color Harmonies of #EF628D
Complementary color
Monochromatic Colors of #EF628D
Black with #EF628D
Text Example
Text Example
White with #EF628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF628D; }
p { color: rgb(239,98,141); }
H1.HeaderClassName
{
color: #EF628D;
}
.AnyTagClassName
{
color: #EF628D;
}
</style>
background-color css
<style>
a { background-color: #EF628D; }
a { background-color: rgb(239,98,141); }
div.DivClassName
{
background-color: #EF628D;
}
.BgClassName
{
background-color: #EF628D;
}
</style>
border-color css
<style>
span { border-color: #EF628D; }
span { border-color: rgb(239,98,141); }
td.TdClassName
{
border-color: #EF628D;
}
.TagClassName
{
border-color: #EF628D;
}
</style>