Shades of Deep Blush #E26685
Tints of Deep Blush #E26685
RGB
CMYK
RGB Variations
Color information
#E26685 (or 0xE26685) is known color: Deep Blush. HEX triplet: E2, 66 and 85. RGB value is (226,102,133). Sum of RGB (Red+Green+Blue) = 226+102+133=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E26685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26685 is #1D997A. Grayscale: #8E8E8E. Windows color (decimal): -1939835 or 8742626. OLE color: 8742626.
HSL color Cylindrical-coordinate representation of color #E26685: hue angle of 345º 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 #E26685 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 133 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.11 |
| HSL | 345º | 0.68% | 0.64% | - |
| HSV(B) | 345º | 0.55% | 0.89% | - |
| XYZ | 40.35 | 27.36 | 25.35 | - |
| YUV | 142.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 133 | 0 | 0.55 | 0.41 | 0.11 | 345 | 0.68 | 0.64 |
| Hex | E2 | 66 | 85 | 0 | 37 | 29 | B | 159 | 44 | 40 |
| Octal | 342 | 146 | 205 | 0 | 67 | 51 | 13 | 531 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10000101 | 0 | 110111 | 101001 | 1011 | 101011001 | 1000100 | 1000000 |
Color Harmonies of #E26685
Complementary color
Monochromatic Colors of #E26685
Black with #E26685
Text Example
Text Example
White with #E26685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26685; }
p { color: rgb(226,102,133); }
H1.HeaderClassName
{
color: #E26685;
}
.AnyTagClassName
{
color: #E26685;
}
</style>
background-color css
<style>
a { background-color: #E26685; }
a { background-color: rgb(226,102,133); }
div.DivClassName
{
background-color: #E26685;
}
.BgClassName
{
background-color: #E26685;
}
</style>
border-color css
<style>
span { border-color: #E26685; }
span { border-color: rgb(226,102,133); }
td.TdClassName
{
border-color: #E26685;
}
.TagClassName
{
border-color: #E26685;
}
</style>