#E26D8C

Color #E26D8C Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E26D8C

Tints of Deep Blush #E26D8C

Color information

#E26D8C (or 0xE26D8C) is unknown color: approx Deep Blush. HEX triplet: E2, 6D and 8C. RGB value is (226,109,140). Sum of RGB (Red+Green+Blue) = 226+109+140=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26D8C is #1D9273. Grayscale: #939393. Windows color (decimal): -1938036 or 9203170. OLE color: 9203170.

HSL color Cylindrical-coordinate representation of color #E26D8C: hue angle of 344.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26D8C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226109140-
CMYK00.520.380.11
HSL344.1º66.86%65.69%-
HSV(B)344.1º51.77%88.63%-
XYZ41.572928.22-
YUV147.52123.76183.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=47.58%
G=22.95%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610914000.520.380.11344.166.8665.69
HexE26D8C03426B1584342
Octal3421552140644613530103102
Binary111000101101101100011000110100100110101110101100010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26D8C; }

 p { color: rgb(226,109,140); }

 H1.HeaderClassName
 {
   color: #E26D8C;
 }
 .AnyTagClassName
 {
   color: #E26D8C;
 }
</style>
background-color css

<style>
 a { background-color: #E26D8C; }

 a { background-color: rgb(226,109,140); }

 div.DivClassName
 {
   background-color: #E26D8C;
 }
 .BgClassName
 {
   background-color: #E26D8C;
 }
</style>
border-color css

<style>
 span { border-color: #E26D8C; }

 span { border-color: rgb(226,109,140); }

 td.TdClassName
 {
   border-color: #E26D8C;
 }
 .TagClassName
 {
   border-color: #E26D8C;
 }
</style>