Shades of Deep Blush #EE7482
Tints of Deep Blush #EE7482
RGB
CMYK
RGB Variations
Color information
#EE7482 (or 0xEE7482) is known color: Deep Blush. HEX triplet: EE, 74 and 82. RGB value is (238,116,130). Sum of RGB (Red+Green+Blue) = 238+116+130=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7482 is #118B7D. Grayscale: #9A9A9A. Windows color (decimal): -1149822 or 8549614. OLE color: 8549614.
HSL color Cylindrical-coordinate representation of color #EE7482: hue angle of 353.11º 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 #EE7482 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 130 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.07 |
| HSL | 353.11º | 0.78% | 0.69% | - |
| HSV(B) | 353.11º | 0.51% | 0.93% | - |
| XYZ | 45.53 | 32.28 | 24.95 | - |
| YUV | 154.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 130 | 0 | 0.51 | 0.45 | 0.07 | 353.11 | 0.78 | 0.69 |
| Hex | EE | 74 | 82 | 0 | 33 | 2D | 7 | 161 | 4E | 45 |
| Octal | 356 | 164 | 202 | 0 | 63 | 55 | 7 | 541 | 116 | 105 |
| Binary | 11101110 | 1110100 | 10000010 | 0 | 110011 | 101101 | 111 | 101100001 | 1001110 | 1000101 |
Color Harmonies of #EE7482
Complementary color
Monochromatic Colors of #EE7482
Black with #EE7482
Text Example
Text Example
White with #EE7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7482; }
p { color: rgb(238,116,130); }
H1.HeaderClassName
{
color: #EE7482;
}
.AnyTagClassName
{
color: #EE7482;
}
</style>
background-color css
<style>
a { background-color: #EE7482; }
a { background-color: rgb(238,116,130); }
div.DivClassName
{
background-color: #EE7482;
}
.BgClassName
{
background-color: #EE7482;
}
</style>
border-color css
<style>
span { border-color: #EE7482; }
span { border-color: rgb(238,116,130); }
td.TdClassName
{
border-color: #EE7482;
}
.TagClassName
{
border-color: #EE7482;
}
</style>