#E37382

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

Shades of Deep Blush #E37382

Tints of Deep Blush #E37382

Color information

#E37382 (or 0xE37382) is unknown color: approx Deep Blush. HEX triplet: E3, 73 and 82. RGB value is (227,115,130). Sum of RGB (Red+Green+Blue) = 227+115+130=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E37382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37382 is #1C8C7D. Grayscale: #969696. Windows color (decimal): -1870974 or 8549347. OLE color: 8549347.

HSL color Cylindrical-coordinate representation of color #E37382: hue angle of 351.96º degrees, saturation: 0.67, 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 #E37382 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB227115130-
CMYK00.490.430.11
HSL351.96º66.67%67.06%-
HSV(B)351.96º49.34%89.02%-
XYZ41.8430.224.74-
YUV150.2116.61182.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.09%
GREEN value IS 115 (45.31% from 255) = 24.36%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=48.09%
G=24.36%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711513000.490.430.11351.9666.6767.06
HexE373820312BB1604343
Octal3431632020615313540103103
Binary111000111110011100000100110001101011101110110000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37382; }

 p { color: rgb(227,115,130); }

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

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

 a { background-color: rgb(227,115,130); }

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

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

 span { border-color: rgb(227,115,130); }

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