#E26B8A

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

Shades of Deep Blush #E26B8A

Tints of Deep Blush #E26B8A

Color information

#E26B8A (or 0xE26B8A) is unknown color: approx Deep Blush. HEX triplet: E2, 6B and 8A. RGB value is (226,107,138). Sum of RGB (Red+Green+Blue) = 226+107+138=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26B8A is #1D9475. Grayscale: #929292. Windows color (decimal): -1938550 or 9071586. OLE color: 9071586.

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

Color convert

RGB226107138-
CMYK00.530.390.11
HSL344.37º67.23%65.29%-
HSV(B)344.37º52.65%88.63%-
XYZ41.2128.5227.38-
YUV146.11123.42184.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=47.98%
G=22.72%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610713800.530.390.11344.3767.2365.29
HexE26B8A03527B1584341
Octal3421532120654713530103101
Binary111000101101011100010100110101100111101110101100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26B8A; }

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

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

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

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

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

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

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

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