Shades of Deep Blush #E26E90
Tints of Deep Blush #E26E90
RGB
CMYK
RGB Variations
Color information
#E26E90 (or 0xE26E90) is known color: Deep Blush. HEX triplet: E2, 6E and 90. RGB value is (226,110,144). Sum of RGB (Red+Green+Blue) = 226+110+144=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E90 is #1D916F. Grayscale: #949494. Windows color (decimal): -1937776 or 9465570. OLE color: 9465570.
HSL color Cylindrical-coordinate representation of color #E26E90: hue angle of 342.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26E90 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 144 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.11 |
| HSL | 342.41º | 0.67% | 0.66% | - |
| HSV(B) | 342.41º | 0.51% | 0.89% | - |
| XYZ | 41.97 | 29.33 | 29.84 | - |
| YUV | 148.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 144 | 0 | 0.51 | 0.36 | 0.11 | 342.41 | 0.67 | 0.66 |
| Hex | E2 | 6E | 90 | 0 | 33 | 24 | B | 156 | 43 | 42 |
| Octal | 342 | 156 | 220 | 0 | 63 | 44 | 13 | 526 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10010000 | 0 | 110011 | 100100 | 1011 | 101010110 | 1000011 | 1000010 |
Color Harmonies of #E26E90
Complementary color
Monochromatic Colors of #E26E90
Black with #E26E90
Text Example
Text Example
White with #E26E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E90; }
p { color: rgb(226,110,144); }
H1.HeaderClassName
{
color: #E26E90;
}
.AnyTagClassName
{
color: #E26E90;
}
</style>
background-color css
<style>
a { background-color: #E26E90; }
a { background-color: rgb(226,110,144); }
div.DivClassName
{
background-color: #E26E90;
}
.BgClassName
{
background-color: #E26E90;
}
</style>
border-color css
<style>
span { border-color: #E26E90; }
span { border-color: rgb(226,110,144); }
td.TdClassName
{
border-color: #E26E90;
}
.TagClassName
{
border-color: #E26E90;
}
</style>