Shades of Deep Blush #EF758B
Tints of Deep Blush #EF758B
RGB
CMYK
RGB Variations
Color information
#EF758B (or 0xEF758B) is known color: Deep Blush. HEX triplet: EF, 75 and 8B. RGB value is (239,117,139). Sum of RGB (Red+Green+Blue) = 239+117+139=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF758B is #108A74. Grayscale: #9C9C9C. Windows color (decimal): -1084021 or 9139695. OLE color: 9139695.
HSL color Cylindrical-coordinate representation of color #EF758B: hue angle of 349.18º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF758B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 139 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.06 |
| HSL | 349.18º | 0.79% | 0.7% | - |
| HSV(B) | 349.18º | 0.51% | 0.94% | - |
| XYZ | 46.62 | 32.94 | 28.33 | - |
| YUV | 155.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 139 | 0 | 0.51 | 0.42 | 0.06 | 349.18 | 0.79 | 0.7 |
| Hex | EF | 75 | 8B | 0 | 33 | 2A | 6 | 15D | 4F | 46 |
| Octal | 357 | 165 | 213 | 0 | 63 | 52 | 6 | 535 | 117 | 106 |
| Binary | 11101111 | 1110101 | 10001011 | 0 | 110011 | 101010 | 110 | 101011101 | 1001111 | 1000110 |
Color Harmonies of #EF758B
Complementary color
Monochromatic Colors of #EF758B
Black with #EF758B
Text Example
Text Example
White with #EF758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF758B; }
p { color: rgb(239,117,139); }
H1.HeaderClassName
{
color: #EF758B;
}
.AnyTagClassName
{
color: #EF758B;
}
</style>
background-color css
<style>
a { background-color: #EF758B; }
a { background-color: rgb(239,117,139); }
div.DivClassName
{
background-color: #EF758B;
}
.BgClassName
{
background-color: #EF758B;
}
</style>
border-color css
<style>
span { border-color: #EF758B; }
span { border-color: rgb(239,117,139); }
td.TdClassName
{
border-color: #EF758B;
}
.TagClassName
{
border-color: #EF758B;
}
</style>