Shades of Deep Blush #E27082
Tints of Deep Blush #E27082
RGB
CMYK
RGB Variations
Color information
#E27082 (or 0xE27082) is known color: Deep Blush. HEX triplet: E2, 70 and 82. RGB value is (226,112,130). Sum of RGB (Red+Green+Blue) = 226+112+130=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E27082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27082 is #1D8F7D. Grayscale: #949494. Windows color (decimal): -1937278 or 8548578. OLE color: 8548578.
HSL color Cylindrical-coordinate representation of color #E27082: hue angle of 350.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27082 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 130 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.11 |
| HSL | 350.53º | 0.66% | 0.66% | - |
| HSV(B) | 350.53º | 0.5% | 0.89% | - |
| XYZ | 41.19 | 29.37 | 24.62 | - |
| YUV | 148.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 130 | 0 | 0.50 | 0.42 | 0.11 | 350.53 | 0.66 | 0.66 |
| Hex | E2 | 70 | 82 | 0 | 32 | 2A | B | 15F | 42 | 42 |
| Octal | 342 | 160 | 202 | 0 | 62 | 52 | 13 | 537 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10000010 | 0 | 110010 | 101010 | 1011 | 101011111 | 1000010 | 1000010 |
Color Harmonies of #E27082
Complementary color
Monochromatic Colors of #E27082
Black with #E27082
Text Example
Text Example
White with #E27082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27082; }
p { color: rgb(226,112,130); }
H1.HeaderClassName
{
color: #E27082;
}
.AnyTagClassName
{
color: #E27082;
}
</style>
background-color css
<style>
a { background-color: #E27082; }
a { background-color: rgb(226,112,130); }
div.DivClassName
{
background-color: #E27082;
}
.BgClassName
{
background-color: #E27082;
}
</style>
border-color css
<style>
span { border-color: #E27082; }
span { border-color: rgb(226,112,130); }
td.TdClassName
{
border-color: #E27082;
}
.TagClassName
{
border-color: #E27082;
}
</style>