Shades of Deep Blush #E26580
Tints of Deep Blush #E26580
RGB
CMYK
RGB Variations
Color information
#E26580 (or 0xE26580) is known color: Deep Blush. HEX triplet: E2, 65 and 80. RGB value is (226,101,128). Sum of RGB (Red+Green+Blue) = 226+101+128=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E26580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26580 is #1D9A7F. Grayscale: #8D8D8D. Windows color (decimal): -1940096 or 8414690. OLE color: 8414690.
HSL color Cylindrical-coordinate representation of color #E26580: hue angle of 347.04º 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 #E26580 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 128 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.11 |
| HSL | 347.04º | 0.68% | 0.64% | - |
| HSV(B) | 347.04º | 0.55% | 0.89% | - |
| XYZ | 39.91 | 27.03 | 23.54 | - |
| YUV | 141.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 128 | 0 | 0.55 | 0.43 | 0.11 | 347.04 | 0.68 | 0.64 |
| Hex | E2 | 65 | 80 | 0 | 37 | 2B | B | 15B | 44 | 40 |
| Octal | 342 | 145 | 200 | 0 | 67 | 53 | 13 | 533 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10000000 | 0 | 110111 | 101011 | 1011 | 101011011 | 1000100 | 1000000 |
Color Harmonies of #E26580
Complementary color
Monochromatic Colors of #E26580
Black with #E26580
Text Example
Text Example
White with #E26580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26580; }
p { color: rgb(226,101,128); }
H1.HeaderClassName
{
color: #E26580;
}
.AnyTagClassName
{
color: #E26580;
}
</style>
background-color css
<style>
a { background-color: #E26580; }
a { background-color: rgb(226,101,128); }
div.DivClassName
{
background-color: #E26580;
}
.BgClassName
{
background-color: #E26580;
}
</style>
border-color css
<style>
span { border-color: #E26580; }
span { border-color: rgb(226,101,128); }
td.TdClassName
{
border-color: #E26580;
}
.TagClassName
{
border-color: #E26580;
}
</style>