Shades of Deep Blush #EE758B
Tints of Deep Blush #EE758B
RGB
CMYK
RGB Variations
Color information
#EE758B (or 0xEE758B) is known color: Deep Blush. HEX triplet: EE, 75 and 8B. RGB value is (238,117,139). Sum of RGB (Red+Green+Blue) = 238+117+139=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE758B is #118A74. Grayscale: #9B9B9B. Windows color (decimal): -1149557 or 9139694. OLE color: 9139694.
HSL color Cylindrical-coordinate representation of color #EE758B: hue angle of 349.09º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE758B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 139 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.07 |
| HSL | 349.09º | 0.78% | 0.7% | - |
| HSV(B) | 349.09º | 0.51% | 0.93% | - |
| XYZ | 46.28 | 32.76 | 28.31 | - |
| YUV | 155.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 139 | 0 | 0.51 | 0.42 | 0.07 | 349.09 | 0.78 | 0.7 |
| Hex | EE | 75 | 8B | 0 | 33 | 2A | 7 | 15D | 4E | 46 |
| Octal | 356 | 165 | 213 | 0 | 63 | 52 | 7 | 535 | 116 | 106 |
| Binary | 11101110 | 1110101 | 10001011 | 0 | 110011 | 101010 | 111 | 101011101 | 1001110 | 1000110 |
Color Harmonies of #EE758B
Complementary color
Monochromatic Colors of #EE758B
Black with #EE758B
Text Example
Text Example
White with #EE758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE758B; }
p { color: rgb(238,117,139); }
H1.HeaderClassName
{
color: #EE758B;
}
.AnyTagClassName
{
color: #EE758B;
}
</style>
background-color css
<style>
a { background-color: #EE758B; }
a { background-color: rgb(238,117,139); }
div.DivClassName
{
background-color: #EE758B;
}
.BgClassName
{
background-color: #EE758B;
}
</style>
border-color css
<style>
span { border-color: #EE758B; }
span { border-color: rgb(238,117,139); }
td.TdClassName
{
border-color: #EE758B;
}
.TagClassName
{
border-color: #EE758B;
}
</style>