Shades of Deep Blush #EE768B
Tints of Deep Blush #EE768B
RGB
CMYK
RGB Variations
Color information
#EE768B (or 0xEE768B) is known color: Deep Blush. HEX triplet: EE, 76 and 8B. RGB value is (238,118,139). Sum of RGB (Red+Green+Blue) = 238+118+139=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768B is #118974. Grayscale: #9C9C9C. Windows color (decimal): -1149301 or 9139950. OLE color: 9139950.
HSL color Cylindrical-coordinate representation of color #EE768B: hue angle of 349.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 #EE768B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 139 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.07 |
| HSL | 349.5º | 0.78% | 0.7% | - |
| HSV(B) | 349.5º | 0.5% | 0.93% | - |
| XYZ | 46.4 | 33 | 28.35 | - |
| YUV | 156.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 139 | 0 | 0.50 | 0.42 | 0.07 | 349.5 | 0.78 | 0.7 |
| Hex | EE | 76 | 8B | 0 | 32 | 2A | 7 | 15E | 4E | 46 |
| Octal | 356 | 166 | 213 | 0 | 62 | 52 | 7 | 536 | 116 | 106 |
| Binary | 11101110 | 1110110 | 10001011 | 0 | 110010 | 101010 | 111 | 101011110 | 1001110 | 1000110 |
Color Harmonies of #EE768B
Complementary color
Monochromatic Colors of #EE768B
Black with #EE768B
Text Example
Text Example
White with #EE768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE768B; }
p { color: rgb(238,118,139); }
H1.HeaderClassName
{
color: #EE768B;
}
.AnyTagClassName
{
color: #EE768B;
}
</style>
background-color css
<style>
a { background-color: #EE768B; }
a { background-color: rgb(238,118,139); }
div.DivClassName
{
background-color: #EE768B;
}
.BgClassName
{
background-color: #EE768B;
}
</style>
border-color css
<style>
span { border-color: #EE768B; }
span { border-color: rgb(238,118,139); }
td.TdClassName
{
border-color: #EE768B;
}
.TagClassName
{
border-color: #EE768B;
}
</style>