Shades of Deep Blush #E26385
Tints of Deep Blush #E26385
RGB
CMYK
RGB Variations
Color information
#E26385 (or 0xE26385) is known color: Deep Blush. HEX triplet: E2, 63 and 85. RGB value is (226,99,133). Sum of RGB (Red+Green+Blue) = 226+99+133=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E26385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26385 is #1D9C7A. Grayscale: #8C8C8C. Windows color (decimal): -1940603 or 8741858. OLE color: 8741858.
HSL color Cylindrical-coordinate representation of color #E26385: hue angle of 343.94º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26385 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 133 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.11 |
| HSL | 343.94º | 0.69% | 0.64% | - |
| HSV(B) | 343.94º | 0.56% | 0.89% | - |
| XYZ | 40.06 | 26.79 | 25.25 | - |
| YUV | 140.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 133 | 0 | 0.56 | 0.41 | 0.11 | 343.94 | 0.69 | 0.64 |
| Hex | E2 | 63 | 85 | 0 | 38 | 29 | B | 158 | 45 | 40 |
| Octal | 342 | 143 | 205 | 0 | 70 | 51 | 13 | 530 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10000101 | 0 | 111000 | 101001 | 1011 | 101011000 | 1000101 | 1000000 |
Color Harmonies of #E26385
Complementary color
Monochromatic Colors of #E26385
Black with #E26385
Text Example
Text Example
White with #E26385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26385; }
p { color: rgb(226,99,133); }
H1.HeaderClassName
{
color: #E26385;
}
.AnyTagClassName
{
color: #E26385;
}
</style>
background-color css
<style>
a { background-color: #E26385; }
a { background-color: rgb(226,99,133); }
div.DivClassName
{
background-color: #E26385;
}
.BgClassName
{
background-color: #E26385;
}
</style>
border-color css
<style>
span { border-color: #E26385; }
span { border-color: rgb(226,99,133); }
td.TdClassName
{
border-color: #E26385;
}
.TagClassName
{
border-color: #E26385;
}
</style>