Shades of Deep Blush #EE768D
Tints of Deep Blush #EE768D
RGB
CMYK
RGB Variations
Color information
#EE768D (or 0xEE768D) is known color: Deep Blush. HEX triplet: EE, 76 and 8D. RGB value is (238,118,141). Sum of RGB (Red+Green+Blue) = 238+118+141=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768D is #118972. Grayscale: #9C9C9C. Windows color (decimal): -1149299 or 9271022. OLE color: 9271022.
HSL color Cylindrical-coordinate representation of color #EE768D: hue angle of 348.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE768D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 141 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.07 |
| HSL | 348.5º | 0.78% | 0.7% | - |
| HSV(B) | 348.5º | 0.5% | 0.93% | - |
| XYZ | 46.55 | 33.06 | 29.13 | - |
| YUV | 156.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 141 | 0 | 0.50 | 0.41 | 0.07 | 348.5 | 0.78 | 0.7 |
| Hex | EE | 76 | 8D | 0 | 32 | 29 | 7 | 15C | 4E | 46 |
| Octal | 356 | 166 | 215 | 0 | 62 | 51 | 7 | 534 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10001101 | 0 | 110010 | 101001 | 111 | 101011100 | 1001110 | 1000110 |
Color Harmonies of #EE768D
Complementary color
Monochromatic Colors of #EE768D
Black with #EE768D
Text Example
Text Example
White with #EE768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE768D; }
p { color: rgb(238,118,141); }
H1.HeaderClassName
{
color: #EE768D;
}
.AnyTagClassName
{
color: #EE768D;
}
</style>
background-color css
<style>
a { background-color: #EE768D; }
a { background-color: rgb(238,118,141); }
div.DivClassName
{
background-color: #EE768D;
}
.BgClassName
{
background-color: #EE768D;
}
</style>
border-color css
<style>
span { border-color: #EE768D; }
span { border-color: rgb(238,118,141); }
td.TdClassName
{
border-color: #EE768D;
}
.TagClassName
{
border-color: #EE768D;
}
</style>