#E2738A

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

Shades of Deep Blush #E2738A

Tints of Deep Blush #E2738A

Color information

#E2738A (or 0xE2738A) is unknown color: approx Deep Blush. HEX triplet: E2, 73 and 8A. RGB value is (226,115,138). Sum of RGB (Red+Green+Blue) = 226+115+138=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2738A is #1D8C75. Grayscale: #969696. Windows color (decimal): -1936502 or 9073634. OLE color: 9073634.

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

Color convert

RGB226115138-
CMYK00.490.390.11
HSL347.57º65.68%66.86%-
HSV(B)347.57º49.12%88.63%-
XYZ42.0830.2727.67-
YUV150.81120.77181.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.18%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=47.18%
G=24.01%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611513800.490.390.11347.5765.6866.86
HexE2738A03127B15c4243
Octal3421632120614713534102103
Binary111000101110011100010100110001100111101110101110010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2738A; }

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

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

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

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

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

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

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

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