Shades of Deep Blush #E27483
Tints of Deep Blush #E27483
RGB
CMYK
RGB Variations
Color information
#E27483 (or 0xE27483) is known color: Deep Blush. HEX triplet: E2, 74 and 83. RGB value is (226,116,131). Sum of RGB (Red+Green+Blue) = 226+116+131=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E27483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27483 is #1D8B7C. Grayscale: #969696. Windows color (decimal): -1936253 or 8615138. OLE color: 8615138.
HSL color Cylindrical-coordinate representation of color #E27483: hue angle of 351.82º 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 #E27483 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 131 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.11 |
| HSL | 351.82º | 0.65% | 0.67% | - |
| HSV(B) | 351.82º | 0.49% | 0.89% | - |
| XYZ | 41.71 | 30.3 | 25.12 | - |
| YUV | 150.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 131 | 0 | 0.49 | 0.42 | 0.11 | 351.82 | 0.65 | 0.67 |
| Hex | E2 | 74 | 83 | 0 | 31 | 2A | B | 160 | 41 | 43 |
| Octal | 342 | 164 | 203 | 0 | 61 | 52 | 13 | 540 | 101 | 103 |
| Binary | 11100010 | 1110100 | 10000011 | 0 | 110001 | 101010 | 1011 | 101100000 | 1000001 | 1000011 |
Color Harmonies of #E27483
Complementary color
Monochromatic Colors of #E27483
Black with #E27483
Text Example
Text Example
White with #E27483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27483; }
p { color: rgb(226,116,131); }
H1.HeaderClassName
{
color: #E27483;
}
.AnyTagClassName
{
color: #E27483;
}
</style>
background-color css
<style>
a { background-color: #E27483; }
a { background-color: rgb(226,116,131); }
div.DivClassName
{
background-color: #E27483;
}
.BgClassName
{
background-color: #E27483;
}
</style>
border-color css
<style>
span { border-color: #E27483; }
span { border-color: rgb(226,116,131); }
td.TdClassName
{
border-color: #E27483;
}
.TagClassName
{
border-color: #E27483;
}
</style>