Shades of Deep Blush #E26384
Tints of Deep Blush #E26384
RGB
CMYK
RGB Variations
Color information
#E26384 (or 0xE26384) is known color: Deep Blush. HEX triplet: E2, 63 and 84. RGB value is (226,99,132). Sum of RGB (Red+Green+Blue) = 226+99+132=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E26384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26384 is #1D9C7B. Grayscale: #8C8C8C. Windows color (decimal): -1940604 or 8676322. OLE color: 8676322.
HSL color Cylindrical-coordinate representation of color #E26384: hue angle of 344.41º 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 #E26384 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 132 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.11 |
| HSL | 344.41º | 0.69% | 0.64% | - |
| HSV(B) | 344.41º | 0.56% | 0.89% | - |
| XYZ | 39.99 | 26.76 | 24.89 | - |
| YUV | 140.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 132 | 0 | 0.56 | 0.42 | 0.11 | 344.41 | 0.69 | 0.64 |
| Hex | E2 | 63 | 84 | 0 | 38 | 2A | B | 158 | 45 | 40 |
| Octal | 342 | 143 | 204 | 0 | 70 | 52 | 13 | 530 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10000100 | 0 | 111000 | 101010 | 1011 | 101011000 | 1000101 | 1000000 |
Color Harmonies of #E26384
Complementary color
Monochromatic Colors of #E26384
Black with #E26384
Text Example
Text Example
White with #E26384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26384; }
p { color: rgb(226,99,132); }
H1.HeaderClassName
{
color: #E26384;
}
.AnyTagClassName
{
color: #E26384;
}
</style>
background-color css
<style>
a { background-color: #E26384; }
a { background-color: rgb(226,99,132); }
div.DivClassName
{
background-color: #E26384;
}
.BgClassName
{
background-color: #E26384;
}
</style>
border-color css
<style>
span { border-color: #E26384; }
span { border-color: rgb(226,99,132); }
td.TdClassName
{
border-color: #E26384;
}
.TagClassName
{
border-color: #E26384;
}
</style>