Shades of Deep Blush #EF6B85
Tints of Deep Blush #EF6B85
RGB
CMYK
RGB Variations
Color information
#EF6B85 (or 0xEF6B85) is known color: Deep Blush. HEX triplet: EF, 6B and 85. RGB value is (239,107,133). Sum of RGB (Red+Green+Blue) = 239+107+133=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6B85 is #10947A. Grayscale: #959595. Windows color (decimal): -1086587 or 8743919. OLE color: 8743919.
HSL color Cylindrical-coordinate representation of color #EF6B85: hue angle of 348.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6B85 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 133 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.06 |
| HSL | 348.18º | 0.8% | 0.68% | - |
| HSV(B) | 348.18º | 0.55% | 0.94% | - |
| XYZ | 45.09 | 30.56 | 25.71 | - |
| YUV | 149.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 133 | 0 | 0.55 | 0.44 | 0.06 | 348.18 | 0.8 | 0.68 |
| Hex | EF | 6B | 85 | 0 | 37 | 2C | 6 | 15C | 50 | 44 |
| Octal | 357 | 153 | 205 | 0 | 67 | 54 | 6 | 534 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10000101 | 0 | 110111 | 101100 | 110 | 101011100 | 1010000 | 1000100 |
Color Harmonies of #EF6B85
Complementary color
Monochromatic Colors of #EF6B85
Black with #EF6B85
Text Example
Text Example
White with #EF6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B85; }
p { color: rgb(239,107,133); }
H1.HeaderClassName
{
color: #EF6B85;
}
.AnyTagClassName
{
color: #EF6B85;
}
</style>
background-color css
<style>
a { background-color: #EF6B85; }
a { background-color: rgb(239,107,133); }
div.DivClassName
{
background-color: #EF6B85;
}
.BgClassName
{
background-color: #EF6B85;
}
</style>
border-color css
<style>
span { border-color: #EF6B85; }
span { border-color: rgb(239,107,133); }
td.TdClassName
{
border-color: #EF6B85;
}
.TagClassName
{
border-color: #EF6B85;
}
</style>