Shades of Deep Blush #EE6982
Tints of Deep Blush #EE6982
RGB
CMYK
RGB Variations
Color information
#EE6982 (or 0xEE6982) is known color: Deep Blush. HEX triplet: EE, 69 and 82. RGB value is (238,105,130). Sum of RGB (Red+Green+Blue) = 238+105+130=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6982 is #11967D. Grayscale: #939393. Windows color (decimal): -1152638 or 8546798. OLE color: 8546798.
HSL color Cylindrical-coordinate representation of color #EE6982: hue angle of 348.72º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6982 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 130 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.07 |
| HSL | 348.72º | 0.8% | 0.67% | - |
| HSV(B) | 348.72º | 0.56% | 0.93% | - |
| XYZ | 44.34 | 29.89 | 24.55 | - |
| YUV | 147.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 130 | 0 | 0.56 | 0.45 | 0.07 | 348.72 | 0.8 | 0.67 |
| Hex | EE | 69 | 82 | 0 | 38 | 2D | 7 | 15D | 50 | 43 |
| Octal | 356 | 151 | 202 | 0 | 70 | 55 | 7 | 535 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10000010 | 0 | 111000 | 101101 | 111 | 101011101 | 1010000 | 1000011 |
Color Harmonies of #EE6982
Complementary color
Monochromatic Colors of #EE6982
Black with #EE6982
Text Example
Text Example
White with #EE6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6982; }
p { color: rgb(238,105,130); }
H1.HeaderClassName
{
color: #EE6982;
}
.AnyTagClassName
{
color: #EE6982;
}
</style>
background-color css
<style>
a { background-color: #EE6982; }
a { background-color: rgb(238,105,130); }
div.DivClassName
{
background-color: #EE6982;
}
.BgClassName
{
background-color: #EE6982;
}
</style>
border-color css
<style>
span { border-color: #EE6982; }
span { border-color: rgb(238,105,130); }
td.TdClassName
{
border-color: #EE6982;
}
.TagClassName
{
border-color: #EE6982;
}
</style>