Shades of Deep Blush #EF738E
Tints of Deep Blush #EF738E
RGB
CMYK
RGB Variations
Color information
#EF738E (or 0xEF738E) is known color: Deep Blush. HEX triplet: EF, 73 and 8E. RGB value is (239,115,142). Sum of RGB (Red+Green+Blue) = 239+115+142=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF738E is #108C71. Grayscale: #9B9B9B. Windows color (decimal): -1084530 or 9335791. OLE color: 9335791.
HSL color Cylindrical-coordinate representation of color #EF738E: hue angle of 346.94º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF738E is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 142 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.06 |
| HSL | 346.94º | 0.79% | 0.69% | - |
| HSV(B) | 346.94º | 0.52% | 0.94% | - |
| XYZ | 46.61 | 32.57 | 29.42 | - |
| YUV | 155.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 142 | 0 | 0.52 | 0.41 | 0.06 | 346.94 | 0.79 | 0.69 |
| Hex | EF | 73 | 8E | 0 | 34 | 29 | 6 | 15B | 4F | 45 |
| Octal | 357 | 163 | 216 | 0 | 64 | 51 | 6 | 533 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10001110 | 0 | 110100 | 101001 | 110 | 101011011 | 1001111 | 1000101 |
Color Harmonies of #EF738E
Complementary color
Monochromatic Colors of #EF738E
Black with #EF738E
Text Example
Text Example
White with #EF738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF738E; }
p { color: rgb(239,115,142); }
H1.HeaderClassName
{
color: #EF738E;
}
.AnyTagClassName
{
color: #EF738E;
}
</style>
background-color css
<style>
a { background-color: #EF738E; }
a { background-color: rgb(239,115,142); }
div.DivClassName
{
background-color: #EF738E;
}
.BgClassName
{
background-color: #EF738E;
}
</style>
border-color css
<style>
span { border-color: #EF738E; }
span { border-color: rgb(239,115,142); }
td.TdClassName
{
border-color: #EF738E;
}
.TagClassName
{
border-color: #EF738E;
}
</style>