Shades of Deep Blush #EE718D
Tints of Deep Blush #EE718D
RGB
CMYK
RGB Variations
Color information
#EE718D (or 0xEE718D) is known color: Deep Blush. HEX triplet: EE, 71 and 8D. RGB value is (238,113,141). Sum of RGB (Red+Green+Blue) = 238+113+141=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE718D is #118E72. Grayscale: #999999. Windows color (decimal): -1150579 or 9269742. OLE color: 9269742.
HSL color Cylindrical-coordinate representation of color #EE718D: hue angle of 346.56º 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 #EE718D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 141 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.07 |
| HSL | 346.56º | 0.79% | 0.69% | - |
| HSV(B) | 346.56º | 0.53% | 0.93% | - |
| XYZ | 45.97 | 31.91 | 28.94 | - |
| YUV | 153.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 141 | 0 | 0.53 | 0.41 | 0.07 | 346.56 | 0.79 | 0.69 |
| Hex | EE | 71 | 8D | 0 | 35 | 29 | 7 | 15B | 4F | 45 |
| Octal | 356 | 161 | 215 | 0 | 65 | 51 | 7 | 533 | 117 | 105 |
| Binary | 11101110 | 1110001 | 10001101 | 0 | 110101 | 101001 | 111 | 101011011 | 1001111 | 1000101 |
Color Harmonies of #EE718D
Complementary color
Monochromatic Colors of #EE718D
Black with #EE718D
Text Example
Text Example
White with #EE718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE718D; }
p { color: rgb(238,113,141); }
H1.HeaderClassName
{
color: #EE718D;
}
.AnyTagClassName
{
color: #EE718D;
}
</style>
background-color css
<style>
a { background-color: #EE718D; }
a { background-color: rgb(238,113,141); }
div.DivClassName
{
background-color: #EE718D;
}
.BgClassName
{
background-color: #EE718D;
}
</style>
border-color css
<style>
span { border-color: #EE718D; }
span { border-color: rgb(238,113,141); }
td.TdClassName
{
border-color: #EE718D;
}
.TagClassName
{
border-color: #EE718D;
}
</style>