Shades of Deep Blush #EE6A83
Tints of Deep Blush #EE6A83
RGB
CMYK
RGB Variations
Color information
#EE6A83 (or 0xEE6A83) is known color: Deep Blush. HEX triplet: EE, 6A and 83. RGB value is (238,106,131). Sum of RGB (Red+Green+Blue) = 238+106+131=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A83 is #11957C. Grayscale: #949494. Windows color (decimal): -1152381 or 8612590. OLE color: 8612590.
HSL color Cylindrical-coordinate representation of color #EE6A83: hue angle of 348.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6A83 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 131 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.07 |
| HSL | 348.64º | 0.8% | 0.67% | - |
| HSV(B) | 348.64º | 0.55% | 0.93% | - |
| XYZ | 44.51 | 30.12 | 24.94 | - |
| YUV | 148.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 131 | 0 | 0.55 | 0.45 | 0.07 | 348.64 | 0.8 | 0.67 |
| Hex | EE | 6A | 83 | 0 | 37 | 2D | 7 | 15D | 50 | 43 |
| Octal | 356 | 152 | 203 | 0 | 67 | 55 | 7 | 535 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10000011 | 0 | 110111 | 101101 | 111 | 101011101 | 1010000 | 1000011 |
Color Harmonies of #EE6A83
Complementary color
Monochromatic Colors of #EE6A83
Black with #EE6A83
Text Example
Text Example
White with #EE6A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A83; }
p { color: rgb(238,106,131); }
H1.HeaderClassName
{
color: #EE6A83;
}
.AnyTagClassName
{
color: #EE6A83;
}
</style>
background-color css
<style>
a { background-color: #EE6A83; }
a { background-color: rgb(238,106,131); }
div.DivClassName
{
background-color: #EE6A83;
}
.BgClassName
{
background-color: #EE6A83;
}
</style>
border-color css
<style>
span { border-color: #EE6A83; }
span { border-color: rgb(238,106,131); }
td.TdClassName
{
border-color: #EE6A83;
}
.TagClassName
{
border-color: #EE6A83;
}
</style>