Shades of Deep Blush #EE768A
Tints of Deep Blush #EE768A
RGB
CMYK
RGB Variations
Color information
#EE768A (or 0xEE768A) is known color: Deep Blush. HEX triplet: EE, 76 and 8A. RGB value is (238,118,138). Sum of RGB (Red+Green+Blue) = 238+118+138=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768A is #118975. Grayscale: #9C9C9C. Windows color (decimal): -1149302 or 9074414. OLE color: 9074414.
HSL color Cylindrical-coordinate representation of color #EE768A: hue angle of 350º 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 #EE768A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 138 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.07 |
| HSL | 350º | 0.78% | 0.7% | - |
| HSV(B) | 350º | 0.5% | 0.93% | - |
| XYZ | 46.33 | 32.97 | 27.97 | - |
| YUV | 156.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 138 | 0 | 0.50 | 0.42 | 0.07 | 350 | 0.78 | 0.7 |
| Hex | EE | 76 | 8A | 0 | 32 | 2A | 7 | 15E | 4E | 46 |
| Octal | 356 | 166 | 212 | 0 | 62 | 52 | 7 | 536 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10001010 | 0 | 110010 | 101010 | 111 | 101011110 | 1001110 | 1000110 |
Color Harmonies of #EE768A
Complementary color
Monochromatic Colors of #EE768A
Black with #EE768A
Text Example
Text Example
White with #EE768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE768A; }
p { color: rgb(238,118,138); }
H1.HeaderClassName
{
color: #EE768A;
}
.AnyTagClassName
{
color: #EE768A;
}
</style>
background-color css
<style>
a { background-color: #EE768A; }
a { background-color: rgb(238,118,138); }
div.DivClassName
{
background-color: #EE768A;
}
.BgClassName
{
background-color: #EE768A;
}
</style>
border-color css
<style>
span { border-color: #EE768A; }
span { border-color: rgb(238,118,138); }
td.TdClassName
{
border-color: #EE768A;
}
.TagClassName
{
border-color: #EE768A;
}
</style>