Shades of Deep Blush #E27382
Tints of Deep Blush #E27382
RGB
CMYK
RGB Variations
Color information
#E27382 (or 0xE27382) is known color: Deep Blush. HEX triplet: E2, 73 and 82. RGB value is (226,115,130). Sum of RGB (Red+Green+Blue) = 226+115+130=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E27382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27382 is #1D8C7D. Grayscale: #959595. Windows color (decimal): -1936510 or 8549346. OLE color: 8549346.
HSL color Cylindrical-coordinate representation of color #E27382: hue angle of 351.89º degrees, saturation: 0.66, 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 #E27382 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 130 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.11 |
| HSL | 351.89º | 0.66% | 0.67% | - |
| HSV(B) | 351.89º | 0.49% | 0.89% | - |
| XYZ | 41.52 | 30.04 | 24.73 | - |
| YUV | 149.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 130 | 0 | 0.49 | 0.42 | 0.11 | 351.89 | 0.66 | 0.67 |
| Hex | E2 | 73 | 82 | 0 | 31 | 2A | B | 160 | 42 | 43 |
| Octal | 342 | 163 | 202 | 0 | 61 | 52 | 13 | 540 | 102 | 103 |
| Binary | 11100010 | 1110011 | 10000010 | 0 | 110001 | 101010 | 1011 | 101100000 | 1000010 | 1000011 |
Color Harmonies of #E27382
Complementary color
Monochromatic Colors of #E27382
Black with #E27382
Text Example
Text Example
White with #E27382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27382; }
p { color: rgb(226,115,130); }
H1.HeaderClassName
{
color: #E27382;
}
.AnyTagClassName
{
color: #E27382;
}
</style>
background-color css
<style>
a { background-color: #E27382; }
a { background-color: rgb(226,115,130); }
div.DivClassName
{
background-color: #E27382;
}
.BgClassName
{
background-color: #E27382;
}
</style>
border-color css
<style>
span { border-color: #E27382; }
span { border-color: rgb(226,115,130); }
td.TdClassName
{
border-color: #E27382;
}
.TagClassName
{
border-color: #E27382;
}
</style>