Shades of Deep Blush #E27482
Tints of Deep Blush #E27482
RGB
CMYK
RGB Variations
Color information
#E27482 (or 0xE27482) is known color: Deep Blush. HEX triplet: E2, 74 and 82. RGB value is (226,116,130). Sum of RGB (Red+Green+Blue) = 226+116+130=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E27482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27482 is #1D8B7D. Grayscale: #969696. Windows color (decimal): -1936254 or 8549602. OLE color: 8549602.
HSL color Cylindrical-coordinate representation of color #E27482: hue angle of 352.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E27482 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 130 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.11 |
| HSL | 352.36º | 0.65% | 0.67% | - |
| HSV(B) | 352.36º | 0.49% | 0.89% | - |
| XYZ | 41.64 | 30.27 | 24.77 | - |
| YUV | 150.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 130 | 0 | 0.49 | 0.42 | 0.11 | 352.36 | 0.65 | 0.67 |
| Hex | E2 | 74 | 82 | 0 | 31 | 2A | B | 160 | 41 | 43 |
| Octal | 342 | 164 | 202 | 0 | 61 | 52 | 13 | 540 | 101 | 103 |
| Binary | 11100010 | 1110100 | 10000010 | 0 | 110001 | 101010 | 1011 | 101100000 | 1000001 | 1000011 |
Color Harmonies of #E27482
Complementary color
Monochromatic Colors of #E27482
Black with #E27482
Text Example
Text Example
White with #E27482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27482; }
p { color: rgb(226,116,130); }
H1.HeaderClassName
{
color: #E27482;
}
.AnyTagClassName
{
color: #E27482;
}
</style>
background-color css
<style>
a { background-color: #E27482; }
a { background-color: rgb(226,116,130); }
div.DivClassName
{
background-color: #E27482;
}
.BgClassName
{
background-color: #E27482;
}
</style>
border-color css
<style>
span { border-color: #E27482; }
span { border-color: rgb(226,116,130); }
td.TdClassName
{
border-color: #E27482;
}
.TagClassName
{
border-color: #E27482;
}
</style>