Shades of Deep Blush #E26F90
Tints of Deep Blush #E26F90
RGB
CMYK
RGB Variations
Color information
#E26F90 (or 0xE26F90) is known color: Deep Blush. HEX triplet: E2, 6F and 90. RGB value is (226,111,144). Sum of RGB (Red+Green+Blue) = 226+111+144=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F90 is #1D906F. Grayscale: #959595. Windows color (decimal): -1937520 or 9465826. OLE color: 9465826.
HSL color Cylindrical-coordinate representation of color #E26F90: hue angle of 342.78º degrees, saturation: 0.66, 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 #E26F90 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 144 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.11 |
| HSL | 342.78º | 0.66% | 0.66% | - |
| HSV(B) | 342.78º | 0.51% | 0.89% | - |
| XYZ | 42.08 | 29.55 | 29.87 | - |
| YUV | 149.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 144 | 0 | 0.51 | 0.36 | 0.11 | 342.78 | 0.66 | 0.66 |
| Hex | E2 | 6F | 90 | 0 | 33 | 24 | B | 157 | 42 | 42 |
| Octal | 342 | 157 | 220 | 0 | 63 | 44 | 13 | 527 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10010000 | 0 | 110011 | 100100 | 1011 | 101010111 | 1000010 | 1000010 |
Color Harmonies of #E26F90
Complementary color
Monochromatic Colors of #E26F90
Black with #E26F90
Text Example
Text Example
White with #E26F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F90; }
p { color: rgb(226,111,144); }
H1.HeaderClassName
{
color: #E26F90;
}
.AnyTagClassName
{
color: #E26F90;
}
</style>
background-color css
<style>
a { background-color: #E26F90; }
a { background-color: rgb(226,111,144); }
div.DivClassName
{
background-color: #E26F90;
}
.BgClassName
{
background-color: #E26F90;
}
</style>
border-color css
<style>
span { border-color: #E26F90; }
span { border-color: rgb(226,111,144); }
td.TdClassName
{
border-color: #E26F90;
}
.TagClassName
{
border-color: #E26F90;
}
</style>