Shades of Deep Blush #E26C8A
Tints of Deep Blush #E26C8A
RGB
CMYK
RGB Variations
Color information
#E26C8A (or 0xE26C8A) is known color: Deep Blush. HEX triplet: E2, 6C and 8A. RGB value is (226,108,138). Sum of RGB (Red+Green+Blue) = 226+108+138=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C8A is #1D9375. Grayscale: #929292. Windows color (decimal): -1938294 or 9071842. OLE color: 9071842.
HSL color Cylindrical-coordinate representation of color #E26C8A: hue angle of 344.75º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26C8A is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 138 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.11 |
| HSL | 344.75º | 0.67% | 0.65% | - |
| HSV(B) | 344.75º | 0.52% | 0.89% | - |
| XYZ | 41.31 | 28.73 | 27.41 | - |
| YUV | 146.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 138 | 0 | 0.52 | 0.39 | 0.11 | 344.75 | 0.67 | 0.65 |
| Hex | E2 | 6C | 8A | 0 | 34 | 27 | B | 159 | 43 | 41 |
| Octal | 342 | 154 | 212 | 0 | 64 | 47 | 13 | 531 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10001010 | 0 | 110100 | 100111 | 1011 | 101011001 | 1000011 | 1000001 |
Color Harmonies of #E26C8A
Complementary color
Monochromatic Colors of #E26C8A
Black with #E26C8A
Text Example
Text Example
White with #E26C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C8A; }
p { color: rgb(226,108,138); }
H1.HeaderClassName
{
color: #E26C8A;
}
.AnyTagClassName
{
color: #E26C8A;
}
</style>
background-color css
<style>
a { background-color: #E26C8A; }
a { background-color: rgb(226,108,138); }
div.DivClassName
{
background-color: #E26C8A;
}
.BgClassName
{
background-color: #E26C8A;
}
</style>
border-color css
<style>
span { border-color: #E26C8A; }
span { border-color: rgb(226,108,138); }
td.TdClassName
{
border-color: #E26C8A;
}
.TagClassName
{
border-color: #E26C8A;
}
</style>