#E26E90

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

Shades of Deep Blush #E26E90

Tints of Deep Blush #E26E90

Color information

#E26E90 (or 0xE26E90) is unknown color: approx Deep Blush. HEX triplet: E2, 6E and 90. RGB value is (226,110,144). Sum of RGB (Red+Green+Blue) = 226+110+144=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E90 is #1D916F. Grayscale: #949494. Windows color (decimal): -1937776 or 9465570. OLE color: 9465570.

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

Color convert

RGB226110144-
CMYK00.510.360.11
HSL342.41º66.67%65.88%-
HSV(B)342.41º51.33%88.63%-
XYZ41.9729.3329.84-
YUV148.56125.43183.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.08%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 144 (56.64% from 255) = 30%
R=47.08%
G=22.92%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611014400.510.360.11342.4166.6765.88
HexE26E9003324B1564342
Octal3421562200634413526103102
Binary111000101101110100100000110011100100101110101011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26E90; }

 p { color: rgb(226,110,144); }

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

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

 a { background-color: rgb(226,110,144); }

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

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

 span { border-color: rgb(226,110,144); }

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