Shades of Deep Blush #EF628B
Tints of Deep Blush #EF628B
RGB
CMYK
RGB Variations
Color information
#EF628B (or 0xEF628B) is known color: Deep Blush. HEX triplet: EF, 62 and 8B. RGB value is (239,98,139). Sum of RGB (Red+Green+Blue) = 239+98+139=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF628B is #109D74. Grayscale: #909090. Windows color (decimal): -1088885 or 9134831. OLE color: 9134831.
HSL color Cylindrical-coordinate representation of color #EF628B: hue angle of 342.55º 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 #EF628B is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 139 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.06 |
| HSL | 342.55º | 0.82% | 0.66% | - |
| HSV(B) | 342.55º | 0.59% | 0.94% | - |
| XYZ | 44.62 | 28.95 | 27.66 | - |
| YUV | 144.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 139 | 0 | 0.59 | 0.42 | 0.06 | 342.55 | 0.82 | 0.66 |
| Hex | EF | 62 | 8B | 0 | 3B | 2A | 6 | 157 | 52 | 42 |
| Octal | 357 | 142 | 213 | 0 | 73 | 52 | 6 | 527 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10001011 | 0 | 111011 | 101010 | 110 | 101010111 | 1010010 | 1000010 |
Color Harmonies of #EF628B
Complementary color
Monochromatic Colors of #EF628B
Black with #EF628B
Text Example
Text Example
White with #EF628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF628B; }
p { color: rgb(239,98,139); }
H1.HeaderClassName
{
color: #EF628B;
}
.AnyTagClassName
{
color: #EF628B;
}
</style>
background-color css
<style>
a { background-color: #EF628B; }
a { background-color: rgb(239,98,139); }
div.DivClassName
{
background-color: #EF628B;
}
.BgClassName
{
background-color: #EF628B;
}
</style>
border-color css
<style>
span { border-color: #EF628B; }
span { border-color: rgb(239,98,139); }
td.TdClassName
{
border-color: #EF628B;
}
.TagClassName
{
border-color: #EF628B;
}
</style>