#E46A80

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

Shades of Deep Blush #E46A80

Tints of Deep Blush #E46A80

Color information

#E46A80 (or 0xE46A80) is unknown color: approx Deep Blush. HEX triplet: E4, 6A and 80. RGB value is (228,106,128). Sum of RGB (Red+Green+Blue) = 228+106+128=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46A80 is #1B957F. Grayscale: #919191. Windows color (decimal): -1807744 or 8415972. OLE color: 8415972.

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

Color convert

RGB228106128-
CMYK00.540.440.11
HSL349.18º69.32%65.49%-
HSV(B)349.18º53.51%89.41%-
XYZ41.0528.3623.73-
YUV144.99118.42187.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=49.35%
G=22.94%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810612800.540.440.11349.1869.3265.49
HexE46A800362CB15d4541
Octal3441522000665413535105101
Binary111001001101010100000000110110101100101110101110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A80; }

 p { color: rgb(228,106,128); }

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

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

 a { background-color: rgb(228,106,128); }

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

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

 span { border-color: rgb(228,106,128); }

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