#e46d82

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

Shades of Deep Blush #E46D82

Tints of Deep Blush #E46D82

Color information

#E46D82 (or 0xE46D82) is unknown color: approx Deep Blush. HEX triplet: E4, 6D and 82. RGB value is (228,109,130). Sum of RGB (Red+Green+Blue) = 228+109+130=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46D82 is #1B927D. Grayscale: #939393. Windows color (decimal): -1806974 or 8547812. OLE color: 8547812.

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

Color convert

RGB228109130-
CMYK00.520.430.11
HSL349.41º68.79%66.08%-
HSV(B)349.41º52.19%89.41%-
XYZ41.4929.0424.54-
YUV146.98118.42185.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.82%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=48.82%
G=23.34%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810913000.520.430.11349.4168.7966.08
HexE46D820342BB15d4542
Octal3441552020645313535105102
Binary111001001101101100000100110100101011101110101110110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e46d82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e46d82; }

 p { color: rgb(228,109,130); }

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

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

 a { background-color: rgb(228,109,130); }

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

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

 span { border-color: rgb(228,109,130); }

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