Shades of Deep Blush #EE768E
Tints of Deep Blush #EE768E
RGB
CMYK
RGB Variations
Color information
#EE768E (or 0xEE768E) is known color: Deep Blush. HEX triplet: EE, 76 and 8E. RGB value is (238,118,142). Sum of RGB (Red+Green+Blue) = 238+118+142=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768E is #118971. Grayscale: #9C9C9C. Windows color (decimal): -1149298 or 9336558. OLE color: 9336558.
HSL color Cylindrical-coordinate representation of color #EE768E: hue angle of 348º 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 #EE768E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 142 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.07 |
| HSL | 348º | 0.78% | 0.7% | - |
| HSV(B) | 348º | 0.5% | 0.93% | - |
| XYZ | 46.62 | 33.09 | 29.52 | - |
| YUV | 156.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 142 | 0 | 0.50 | 0.40 | 0.07 | 348 | 0.78 | 0.7 |
| Hex | EE | 76 | 8E | 0 | 32 | 28 | 7 | 15C | 4E | 46 |
| Octal | 356 | 166 | 216 | 0 | 62 | 50 | 7 | 534 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10001110 | 0 | 110010 | 101000 | 111 | 101011100 | 1001110 | 1000110 |
Color Harmonies of #EE768E
Complementary color
Monochromatic Colors of #EE768E
Black with #EE768E
Text Example
Text Example
White with #EE768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE768E; }
p { color: rgb(238,118,142); }
H1.HeaderClassName
{
color: #EE768E;
}
.AnyTagClassName
{
color: #EE768E;
}
</style>
background-color css
<style>
a { background-color: #EE768E; }
a { background-color: rgb(238,118,142); }
div.DivClassName
{
background-color: #EE768E;
}
.BgClassName
{
background-color: #EE768E;
}
</style>
border-color css
<style>
span { border-color: #EE768E; }
span { border-color: rgb(238,118,142); }
td.TdClassName
{
border-color: #EE768E;
}
.TagClassName
{
border-color: #EE768E;
}
</style>