Shades of Deep Blush #E27485
Tints of Deep Blush #E27485
RGB
CMYK
RGB Variations
Color information
#E27485 (or 0xE27485) is known color: Deep Blush. HEX triplet: E2, 74 and 85. RGB value is (226,116,133). Sum of RGB (Red+Green+Blue) = 226+116+133=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E27485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27485 is #1D8B7A. Grayscale: #969696. Windows color (decimal): -1936251 or 8746210. OLE color: 8746210.
HSL color Cylindrical-coordinate representation of color #E27485: hue angle of 350.73º 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 #E27485 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 133 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.11 |
| HSL | 350.73º | 0.65% | 0.67% | - |
| HSV(B) | 350.73º | 0.49% | 0.89% | - |
| XYZ | 41.84 | 30.35 | 25.84 | - |
| YUV | 150.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 133 | 0 | 0.49 | 0.41 | 0.11 | 350.73 | 0.65 | 0.67 |
| Hex | E2 | 74 | 85 | 0 | 31 | 29 | B | 15F | 41 | 43 |
| Octal | 342 | 164 | 205 | 0 | 61 | 51 | 13 | 537 | 101 | 103 |
| Binary | 11100010 | 1110100 | 10000101 | 0 | 110001 | 101001 | 1011 | 101011111 | 1000001 | 1000011 |
Color Harmonies of #E27485
Complementary color
Monochromatic Colors of #E27485
Black with #E27485
Text Example
Text Example
White with #E27485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27485; }
p { color: rgb(226,116,133); }
H1.HeaderClassName
{
color: #E27485;
}
.AnyTagClassName
{
color: #E27485;
}
</style>
background-color css
<style>
a { background-color: #E27485; }
a { background-color: rgb(226,116,133); }
div.DivClassName
{
background-color: #E27485;
}
.BgClassName
{
background-color: #E27485;
}
</style>
border-color css
<style>
span { border-color: #E27485; }
span { border-color: rgb(226,116,133); }
td.TdClassName
{
border-color: #E27485;
}
.TagClassName
{
border-color: #E27485;
}
</style>