Shades of Deep Blush #E27083
Tints of Deep Blush #E27083
RGB
CMYK
RGB Variations
Color information
#E27083 (or 0xE27083) is known color: Deep Blush. HEX triplet: E2, 70 and 83. RGB value is (226,112,131). Sum of RGB (Red+Green+Blue) = 226+112+131=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E27083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27083 is #1D8F7C. Grayscale: #949494. Windows color (decimal): -1937277 or 8614114. OLE color: 8614114.
HSL color Cylindrical-coordinate representation of color #E27083: hue angle of 350º 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 #E27083 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 131 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.11 |
| HSL | 350º | 0.66% | 0.66% | - |
| HSV(B) | 350º | 0.5% | 0.89% | - |
| XYZ | 41.25 | 29.4 | 24.97 | - |
| YUV | 148.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 131 | 0 | 0.50 | 0.42 | 0.11 | 350 | 0.66 | 0.66 |
| Hex | E2 | 70 | 83 | 0 | 32 | 2A | B | 15E | 42 | 42 |
| Octal | 342 | 160 | 203 | 0 | 62 | 52 | 13 | 536 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10000011 | 0 | 110010 | 101010 | 1011 | 101011110 | 1000010 | 1000010 |
Color Harmonies of #E27083
Complementary color
Monochromatic Colors of #E27083
Black with #E27083
Text Example
Text Example
White with #E27083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27083; }
p { color: rgb(226,112,131); }
H1.HeaderClassName
{
color: #E27083;
}
.AnyTagClassName
{
color: #E27083;
}
</style>
background-color css
<style>
a { background-color: #E27083; }
a { background-color: rgb(226,112,131); }
div.DivClassName
{
background-color: #E27083;
}
.BgClassName
{
background-color: #E27083;
}
</style>
border-color css
<style>
span { border-color: #E27083; }
span { border-color: rgb(226,112,131); }
td.TdClassName
{
border-color: #E27083;
}
.TagClassName
{
border-color: #E27083;
}
</style>