Shades of Deep Blush #E26F8D
Tints of Deep Blush #E26F8D
RGB
CMYK
RGB Variations
Color information
#E26F8D (or 0xE26F8D) is known color: Deep Blush. HEX triplet: E2, 6F and 8D. RGB value is (226,111,141). Sum of RGB (Red+Green+Blue) = 226+111+141=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F8D is #1D9072. Grayscale: #949494. Windows color (decimal): -1937523 or 9269218. OLE color: 9269218.
HSL color Cylindrical-coordinate representation of color #E26F8D: hue angle of 344.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26F8D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 141 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.11 |
| HSL | 344.35º | 0.66% | 0.66% | - |
| HSV(B) | 344.35º | 0.51% | 0.89% | - |
| XYZ | 41.86 | 29.46 | 28.68 | - |
| YUV | 148.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 141 | 0 | 0.51 | 0.38 | 0.11 | 344.35 | 0.66 | 0.66 |
| Hex | E2 | 6F | 8D | 0 | 33 | 26 | B | 158 | 42 | 42 |
| Octal | 342 | 157 | 215 | 0 | 63 | 46 | 13 | 530 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10001101 | 0 | 110011 | 100110 | 1011 | 101011000 | 1000010 | 1000010 |
Color Harmonies of #E26F8D
Complementary color
Monochromatic Colors of #E26F8D
Black with #E26F8D
Text Example
Text Example
White with #E26F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F8D; }
p { color: rgb(226,111,141); }
H1.HeaderClassName
{
color: #E26F8D;
}
.AnyTagClassName
{
color: #E26F8D;
}
</style>
background-color css
<style>
a { background-color: #E26F8D; }
a { background-color: rgb(226,111,141); }
div.DivClassName
{
background-color: #E26F8D;
}
.BgClassName
{
background-color: #E26F8D;
}
</style>
border-color css
<style>
span { border-color: #E26F8D; }
span { border-color: rgb(226,111,141); }
td.TdClassName
{
border-color: #E26F8D;
}
.TagClassName
{
border-color: #E26F8D;
}
</style>