Shades of Deep Blush #E27A83
Tints of Deep Blush #E27A83
RGB
CMYK
RGB Variations
Color information
#E27A83 (or 0xE27A83) is known color: Deep Blush. HEX triplet: E2, 7A and 83. RGB value is (226,122,131). Sum of RGB (Red+Green+Blue) = 226+122+131=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A83 is #1D857C. Grayscale: #9A9A9A. Windows color (decimal): -1934717 or 8616674. OLE color: 8616674.
HSL color Cylindrical-coordinate representation of color #E27A83: hue angle of 354.81º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27A83 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 131 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.11 |
| HSL | 354.81º | 0.64% | 0.68% | - |
| HSV(B) | 354.81º | 0.46% | 0.89% | - |
| XYZ | 42.42 | 31.73 | 25.36 | - |
| YUV | 154.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 131 | 0 | 0.46 | 0.42 | 0.11 | 354.81 | 0.64 | 0.68 |
| Hex | E2 | 7A | 83 | 0 | 2E | 2A | B | 163 | 40 | 44 |
| Octal | 342 | 172 | 203 | 0 | 56 | 52 | 13 | 543 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10000011 | 0 | 101110 | 101010 | 1011 | 101100011 | 1000000 | 1000100 |
Color Harmonies of #E27A83
Complementary color
Monochromatic Colors of #E27A83
Black with #E27A83
Text Example
Text Example
White with #E27A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A83; }
p { color: rgb(226,122,131); }
H1.HeaderClassName
{
color: #E27A83;
}
.AnyTagClassName
{
color: #E27A83;
}
</style>
background-color css
<style>
a { background-color: #E27A83; }
a { background-color: rgb(226,122,131); }
div.DivClassName
{
background-color: #E27A83;
}
.BgClassName
{
background-color: #E27A83;
}
</style>
border-color css
<style>
span { border-color: #E27A83; }
span { border-color: rgb(226,122,131); }
td.TdClassName
{
border-color: #E27A83;
}
.TagClassName
{
border-color: #E27A83;
}
</style>