#E4A8BA

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

Shades of Melanie #E4A8BA

Tints of Melanie #E4A8BA

Color information

#E4A8BA (or 0xE4A8BA) is unknown color: approx Melanie. HEX triplet: E4, A8 and BA. RGB value is (228,168,186). Sum of RGB (Red+Green+Blue) = 228+168+186=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A8BA is #1B5745. Grayscale: #BBBBBB. Windows color (decimal): -1791814 or 12232932. OLE color: 12232932.

HSL color Cylindrical-coordinate representation of color #E4A8BA: hue angle of 342º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4A8BA is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228168186-
CMYK00.260.180.11
HSL342º52.63%77.65%-
HSV(B)342º26.32%89.41%-
XYZ54.8648.0452.84-
YUV187.99126.88156.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.18%
GREEN value IS 168 (66.02% from 255) = 28.87%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=39.18%
G=28.87%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816818600.260.180.1134252.6377.65
HexE4A8BA01A12B156354e
Octal344250272032221352665116
Binary1110010010101000101110100110101001010111010101101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A8BA; }

 p { color: rgb(228,168,186); }

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

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

 a { background-color: rgb(228,168,186); }

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

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

 span { border-color: rgb(228,168,186); }

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