Shades of Deep Blush #EE718B
Tints of Deep Blush #EE718B
RGB
CMYK
RGB Variations
Color information
#EE718B (or 0xEE718B) is known color: Deep Blush. HEX triplet: EE, 71 and 8B. RGB value is (238,113,139). Sum of RGB (Red+Green+Blue) = 238+113+139=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE718B is #118E74. Grayscale: #999999. Windows color (decimal): -1150581 or 9138670. OLE color: 9138670.
HSL color Cylindrical-coordinate representation of color #EE718B: hue angle of 347.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE718B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 139 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.07 |
| HSL | 347.52º | 0.79% | 0.69% | - |
| HSV(B) | 347.52º | 0.53% | 0.93% | - |
| XYZ | 45.83 | 31.85 | 28.16 | - |
| YUV | 153.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 139 | 0 | 0.53 | 0.42 | 0.07 | 347.52 | 0.79 | 0.69 |
| Hex | EE | 71 | 8B | 0 | 35 | 2A | 7 | 15C | 4F | 45 |
| Octal | 356 | 161 | 213 | 0 | 65 | 52 | 7 | 534 | 117 | 105 |
| Binary | 11101110 | 1110001 | 10001011 | 0 | 110101 | 101010 | 111 | 101011100 | 1001111 | 1000101 |
Color Harmonies of #EE718B
Complementary color
Monochromatic Colors of #EE718B
Black with #EE718B
Text Example
Text Example
White with #EE718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE718B; }
p { color: rgb(238,113,139); }
H1.HeaderClassName
{
color: #EE718B;
}
.AnyTagClassName
{
color: #EE718B;
}
</style>
background-color css
<style>
a { background-color: #EE718B; }
a { background-color: rgb(238,113,139); }
div.DivClassName
{
background-color: #EE718B;
}
.BgClassName
{
background-color: #EE718B;
}
</style>
border-color css
<style>
span { border-color: #EE718B; }
span { border-color: rgb(238,113,139); }
td.TdClassName
{
border-color: #EE718B;
}
.TagClassName
{
border-color: #EE718B;
}
</style>