Shades of Deep Blush #E26381
Tints of Deep Blush #E26381
RGB
CMYK
RGB Variations
Color information
#E26381 (or 0xE26381) is known color: Deep Blush. HEX triplet: E2, 63 and 81. RGB value is (226,99,129). Sum of RGB (Red+Green+Blue) = 226+99+129=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E26381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26381 is #1D9C7E. Grayscale: #8C8C8C. Windows color (decimal): -1940607 or 8479714. OLE color: 8479714.
HSL color Cylindrical-coordinate representation of color #E26381: hue angle of 345.83º 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 #E26381 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 129 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.11 |
| HSL | 345.83º | 0.69% | 0.64% | - |
| HSV(B) | 345.83º | 0.56% | 0.89% | - |
| XYZ | 39.79 | 26.68 | 23.82 | - |
| YUV | 140.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 129 | 0 | 0.56 | 0.43 | 0.11 | 345.83 | 0.69 | 0.64 |
| Hex | E2 | 63 | 81 | 0 | 38 | 2B | B | 15A | 45 | 40 |
| Octal | 342 | 143 | 201 | 0 | 70 | 53 | 13 | 532 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10000001 | 0 | 111000 | 101011 | 1011 | 101011010 | 1000101 | 1000000 |
Color Harmonies of #E26381
Complementary color
Monochromatic Colors of #E26381
Black with #E26381
Text Example
Text Example
White with #E26381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26381; }
p { color: rgb(226,99,129); }
H1.HeaderClassName
{
color: #E26381;
}
.AnyTagClassName
{
color: #E26381;
}
</style>
background-color css
<style>
a { background-color: #E26381; }
a { background-color: rgb(226,99,129); }
div.DivClassName
{
background-color: #E26381;
}
.BgClassName
{
background-color: #E26381;
}
</style>
border-color css
<style>
span { border-color: #E26381; }
span { border-color: rgb(226,99,129); }
td.TdClassName
{
border-color: #E26381;
}
.TagClassName
{
border-color: #E26381;
}
</style>