Html Css Color HEX #E5A7BA Melanie

📋 copy color: '#E5A7BA'

red 229 ◦ green 167 ◦ blue 186

#E5A7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #E5A7BA

Tints of Melanie #E5A7BA

RGB

 RED value IS 229 (89.84% from 255) = 39.35%

 GREEN value IS 167 (65.63% from 255) = 28.69%

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 39.35%
G = 28.69%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5A7BA (or 0xE5A7BA) is known color: Melanie. HEX triplet: E5, A7 and BA. RGB value is (229,167,186). Sum of RGB (Red+Green+Blue) = 229+167+186=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7BA is #1A5845. Grayscale: #BBBBBB. Windows color (decimal): -1726534 or 12232677. OLE color: 12232677.

HSL color Cylindrical-coordinate representation of color #E5A7BA: hue angle of 341.61º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A7BA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 167 186 -
CMYK 0 0.27 0.19 0.10
HSL 341.61º 0.54% 0.78% -
HSV(B) 341.61º 0.27% 0.9% -
XYZ 54.99 47.84 52.79 -
YUV 187.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 229 167 186 0 0.27 0.19 0.10 341.61 0.54 0.78
Hex E5 A7 BA 0 1B 13 A 156 36 4E
Octal 345 247 272 0 33 23 12 526 66 116
Binary 11100101 10100111 10111010 0 11011 10011 1010 101010110 110110 1001110

Color Harmonies of #E5A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A7BA

Black with #E5A7BA

Text Example


Text Example

White with #E5A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A7BA; }

 p { color: rgb(229,167,186); }

 H1.HeaderClassName
 {
   color: #E5A7BA;
 }
 .AnyTagClassName
 {
   color: #E5A7BA;
 }
</style>

background-color css

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

 a { background-color: rgb(229,167,186); }

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

border-color css

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

 span { border-color: rgb(229,167,186); }

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