#e26d8a

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

Shades of Deep Blush #E26D8A

Tints of Deep Blush #E26D8A

Color information

#E26D8A (or 0xE26D8A) is unknown color: approx Deep Blush. HEX triplet: E2, 6D and 8A. RGB value is (226,109,138). Sum of RGB (Red+Green+Blue) = 226+109+138=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26D8A is #1D9275. Grayscale: #939393. Windows color (decimal): -1938038 or 9072098. OLE color: 9072098.

HSL color Cylindrical-coordinate representation of color #E26D8A: hue angle of 345.13º 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 #E26D8A is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226109138-
CMYK00.520.390.11
HSL345.13º66.86%65.69%-
HSV(B)345.13º51.77%88.63%-
XYZ41.4228.9427.45-
YUV147.29122.76184.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=47.78%
G=23.04%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610913800.520.390.11345.1366.8665.69
HexE26D8A03427B1594342
Octal3421552120644713531103102
Binary111000101101101100010100110100100111101110101100110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26d8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26d8a; }

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

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

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

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

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

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

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

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