Shades of Deep Blush #E27390
Tints of Deep Blush #E27390
RGB
CMYK
RGB Variations
Color information
#E27390 (or 0xE27390) is known color: Deep Blush. HEX triplet: E2, 73 and 90. RGB value is (226,115,144). Sum of RGB (Red+Green+Blue) = 226+115+144=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E27390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27390 is #1D8C6F. Grayscale: #979797. Windows color (decimal): -1936496 or 9466850. OLE color: 9466850.
HSL color Cylindrical-coordinate representation of color #E27390: hue angle of 344.32º degrees, saturation: 0.66, 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 #E27390 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 144 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.11 |
| HSL | 344.32º | 0.66% | 0.67% | - |
| HSV(B) | 344.32º | 0.49% | 0.89% | - |
| XYZ | 42.53 | 30.44 | 30.02 | - |
| YUV | 151.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 144 | 0 | 0.49 | 0.36 | 0.11 | 344.32 | 0.66 | 0.67 |
| Hex | E2 | 73 | 90 | 0 | 31 | 24 | B | 158 | 42 | 43 |
| Octal | 342 | 163 | 220 | 0 | 61 | 44 | 13 | 530 | 102 | 103 |
| Binary | 11100010 | 1110011 | 10010000 | 0 | 110001 | 100100 | 1011 | 101011000 | 1000010 | 1000011 |
Color Harmonies of #E27390
Complementary color
Monochromatic Colors of #E27390
Black with #E27390
Text Example
Text Example
White with #E27390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27390; }
p { color: rgb(226,115,144); }
H1.HeaderClassName
{
color: #E27390;
}
.AnyTagClassName
{
color: #E27390;
}
</style>
background-color css
<style>
a { background-color: #E27390; }
a { background-color: rgb(226,115,144); }
div.DivClassName
{
background-color: #E27390;
}
.BgClassName
{
background-color: #E27390;
}
</style>
border-color css
<style>
span { border-color: #E27390; }
span { border-color: rgb(226,115,144); }
td.TdClassName
{
border-color: #E27390;
}
.TagClassName
{
border-color: #E27390;
}
</style>