Shades of Deep Blush #E26585
Tints of Deep Blush #E26585
RGB
CMYK
RGB Variations
Color information
#E26585 (or 0xE26585) is known color: Deep Blush. HEX triplet: E2, 65 and 85. RGB value is (226,101,133). Sum of RGB (Red+Green+Blue) = 226+101+133=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E26585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26585 is #1D9A7A. Grayscale: #8E8E8E. Windows color (decimal): -1940091 or 8742370. OLE color: 8742370.
HSL color Cylindrical-coordinate representation of color #E26585: hue angle of 344.64º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26585 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 133 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.11 |
| HSL | 344.64º | 0.68% | 0.64% | - |
| HSV(B) | 344.64º | 0.55% | 0.89% | - |
| XYZ | 40.25 | 27.17 | 25.31 | - |
| YUV | 142.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 133 | 0 | 0.55 | 0.41 | 0.11 | 344.64 | 0.68 | 0.64 |
| Hex | E2 | 65 | 85 | 0 | 37 | 29 | B | 159 | 44 | 40 |
| Octal | 342 | 145 | 205 | 0 | 67 | 51 | 13 | 531 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10000101 | 0 | 110111 | 101001 | 1011 | 101011001 | 1000100 | 1000000 |
Color Harmonies of #E26585
Complementary color
Monochromatic Colors of #E26585
Black with #E26585
Text Example
Text Example
White with #E26585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26585; }
p { color: rgb(226,101,133); }
H1.HeaderClassName
{
color: #E26585;
}
.AnyTagClassName
{
color: #E26585;
}
</style>
background-color css
<style>
a { background-color: #E26585; }
a { background-color: rgb(226,101,133); }
div.DivClassName
{
background-color: #E26585;
}
.BgClassName
{
background-color: #E26585;
}
</style>
border-color css
<style>
span { border-color: #E26585; }
span { border-color: rgb(226,101,133); }
td.TdClassName
{
border-color: #E26585;
}
.TagClassName
{
border-color: #E26585;
}
</style>