Shades of Deep Blush #EE6392
Tints of Deep Blush #EE6392
RGB
CMYK
RGB Variations
Color information
#EE6392 (or 0xEE6392) is known color: Deep Blush. HEX triplet: EE, 63 and 92. RGB value is (238,99,146). Sum of RGB (Red+Green+Blue) = 238+99+146=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6392 is #119C6D. Grayscale: #919191. Windows color (decimal): -1154158 or 9593838. OLE color: 9593838.
HSL color Cylindrical-coordinate representation of color #EE6392: hue angle of 339.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6392 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 146 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.07 |
| HSL | 339.71º | 0.8% | 0.66% | - |
| HSV(B) | 339.71º | 0.58% | 0.93% | - |
| XYZ | 44.91 | 29.18 | 30.46 | - |
| YUV | 145.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 146 | 0 | 0.58 | 0.39 | 0.07 | 339.71 | 0.8 | 0.66 |
| Hex | EE | 63 | 92 | 0 | 3A | 27 | 7 | 154 | 50 | 42 |
| Octal | 356 | 143 | 222 | 0 | 72 | 47 | 7 | 524 | 120 | 102 |
| Binary | 11101110 | 1100011 | 10010010 | 0 | 111010 | 100111 | 111 | 101010100 | 1010000 | 1000010 |
Color Harmonies of #EE6392
Complementary color
Monochromatic Colors of #EE6392
Black with #EE6392
Text Example
Text Example
White with #EE6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6392; }
p { color: rgb(238,99,146); }
H1.HeaderClassName
{
color: #EE6392;
}
.AnyTagClassName
{
color: #EE6392;
}
</style>
background-color css
<style>
a { background-color: #EE6392; }
a { background-color: rgb(238,99,146); }
div.DivClassName
{
background-color: #EE6392;
}
.BgClassName
{
background-color: #EE6392;
}
</style>
border-color css
<style>
span { border-color: #EE6392; }
span { border-color: rgb(238,99,146); }
td.TdClassName
{
border-color: #EE6392;
}
.TagClassName
{
border-color: #EE6392;
}
</style>