Shades of Deep Blush #EE7492
Tints of Deep Blush #EE7492
RGB
CMYK
RGB Variations
Color information
#EE7492 (or 0xEE7492) is known color: Deep Blush. HEX triplet: EE, 74 and 92. RGB value is (238,116,146). Sum of RGB (Red+Green+Blue) = 238+116+146=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7492 is #118B6D. Grayscale: #9B9B9B. Windows color (decimal): -1149806 or 9598190. OLE color: 9598190.
HSL color Cylindrical-coordinate representation of color #EE7492: hue angle of 345.25º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7492 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 146 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.07 |
| HSL | 345.25º | 0.78% | 0.69% | - |
| HSV(B) | 345.25º | 0.51% | 0.93% | - |
| XYZ | 46.69 | 32.74 | 31.05 | - |
| YUV | 155.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 146 | 0 | 0.51 | 0.39 | 0.07 | 345.25 | 0.78 | 0.69 |
| Hex | EE | 74 | 92 | 0 | 33 | 27 | 7 | 159 | 4E | 45 |
| Octal | 356 | 164 | 222 | 0 | 63 | 47 | 7 | 531 | 116 | 105 |
| Binary | 11101110 | 1110100 | 10010010 | 0 | 110011 | 100111 | 111 | 101011001 | 1001110 | 1000101 |
Color Harmonies of #EE7492
Complementary color
Monochromatic Colors of #EE7492
Black with #EE7492
Text Example
Text Example
White with #EE7492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7492; }
p { color: rgb(238,116,146); }
H1.HeaderClassName
{
color: #EE7492;
}
.AnyTagClassName
{
color: #EE7492;
}
</style>
background-color css
<style>
a { background-color: #EE7492; }
a { background-color: rgb(238,116,146); }
div.DivClassName
{
background-color: #EE7492;
}
.BgClassName
{
background-color: #EE7492;
}
</style>
border-color css
<style>
span { border-color: #EE7492; }
span { border-color: rgb(238,116,146); }
td.TdClassName
{
border-color: #EE7492;
}
.TagClassName
{
border-color: #EE7492;
}
</style>