Shades of Deep Blush #E26C7F
Tints of Deep Blush #E26C7F
RGB
CMYK
RGB Variations
Color information
#E26C7F (or 0xE26C7F) is known color: Deep Blush. HEX triplet: E2, 6C and 7F. RGB value is (226,108,127). Sum of RGB (Red+Green+Blue) = 226+108+127=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C7F is #1D9380. Grayscale: #919191. Windows color (decimal): -1938305 or 8350946. OLE color: 8350946.
HSL color Cylindrical-coordinate representation of color #E26C7F: hue angle of 350.34º 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 #E26C7F is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 127 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.11 |
| HSL | 350.34º | 0.67% | 0.65% | - |
| HSV(B) | 350.34º | 0.52% | 0.89% | - |
| XYZ | 40.56 | 28.43 | 23.43 | - |
| YUV | 145.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 127 | 0 | 0.52 | 0.44 | 0.11 | 350.34 | 0.67 | 0.65 |
| Hex | E2 | 6C | 7F | 0 | 34 | 2C | B | 15E | 43 | 41 |
| Octal | 342 | 154 | 177 | 0 | 64 | 54 | 13 | 536 | 103 | 101 |
| Binary | 11100010 | 1101100 | 1111111 | 0 | 110100 | 101100 | 1011 | 101011110 | 1000011 | 1000001 |
Color Harmonies of #E26C7F
Complementary color
Monochromatic Colors of #E26C7F
Black with #E26C7F
Text Example
Text Example
White with #E26C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C7F; }
p { color: rgb(226,108,127); }
H1.HeaderClassName
{
color: #E26C7F;
}
.AnyTagClassName
{
color: #E26C7F;
}
</style>
background-color css
<style>
a { background-color: #E26C7F; }
a { background-color: rgb(226,108,127); }
div.DivClassName
{
background-color: #E26C7F;
}
.BgClassName
{
background-color: #E26C7F;
}
</style>
border-color css
<style>
span { border-color: #E26C7F; }
span { border-color: rgb(226,108,127); }
td.TdClassName
{
border-color: #E26C7F;
}
.TagClassName
{
border-color: #E26C7F;
}
</style>