Shades of Deep Blush #EF638B
Tints of Deep Blush #EF638B
RGB
CMYK
RGB Variations
Color information
#EF638B (or 0xEF638B) is known color: Deep Blush. HEX triplet: EF, 63 and 8B. RGB value is (239,99,139). Sum of RGB (Red+Green+Blue) = 239+99+139=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF638B is #109C74. Grayscale: #919191. Windows color (decimal): -1088629 or 9135087. OLE color: 9135087.
HSL color Cylindrical-coordinate representation of color #EF638B: hue angle of 342.86º degrees, saturation: 0.81, 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 #EF638B is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 139 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.06 |
| HSL | 342.86º | 0.81% | 0.66% | - |
| HSV(B) | 342.86º | 0.59% | 0.94% | - |
| XYZ | 44.72 | 29.14 | 27.69 | - |
| YUV | 145.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 139 | 0 | 0.59 | 0.42 | 0.06 | 342.86 | 0.81 | 0.66 |
| Hex | EF | 63 | 8B | 0 | 3B | 2A | 6 | 157 | 51 | 42 |
| Octal | 357 | 143 | 213 | 0 | 73 | 52 | 6 | 527 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10001011 | 0 | 111011 | 101010 | 110 | 101010111 | 1010001 | 1000010 |
Color Harmonies of #EF638B
Complementary color
Monochromatic Colors of #EF638B
Black with #EF638B
Text Example
Text Example
White with #EF638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF638B; }
p { color: rgb(239,99,139); }
H1.HeaderClassName
{
color: #EF638B;
}
.AnyTagClassName
{
color: #EF638B;
}
</style>
background-color css
<style>
a { background-color: #EF638B; }
a { background-color: rgb(239,99,139); }
div.DivClassName
{
background-color: #EF638B;
}
.BgClassName
{
background-color: #EF638B;
}
</style>
border-color css
<style>
span { border-color: #EF638B; }
span { border-color: rgb(239,99,139); }
td.TdClassName
{
border-color: #EF638B;
}
.TagClassName
{
border-color: #EF638B;
}
</style>