Html Css Color HEX #E1A7BA Melanie

📋 copy color: '#E1A7BA'

red 225 ◦ green 167 ◦ blue 186

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

Shades of Melanie #E1A7BA

Tints of Melanie #E1A7BA

RGB

 RED value IS 225 (88.28% from 255) = 38.93%

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

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

R = 38.93%
G = 28.89%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1A7BA (or 0xE1A7BA) is known color: Melanie. HEX triplet: E1, A7 and BA. RGB value is (225,167,186). Sum of RGB (Red+Green+Blue) = 225+167+186=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A7BA is #1E5845. Grayscale: #BABABA. Windows color (decimal): -1988678 or 12232673. OLE color: 12232673.

HSL color Cylindrical-coordinate representation of color #E1A7BA: hue angle of 340.34º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A7BA is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 167 186 -
CMYK 0 0.26 0.17 0.12
HSL 340.34º 0.49% 0.77% -
HSV(B) 340.34º 0.26% 0.88% -
XYZ 53.73 47.19 52.73 -
YUV 186.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 225 167 186 0 0.26 0.17 0.12 340.34 0.49 0.77
Hex E1 A7 BA 0 1A 11 C 154 31 4D
Octal 341 247 272 0 32 21 14 524 61 115
Binary 11100001 10100111 10111010 0 11010 10001 1100 101010100 110001 1001101

Color Harmonies of #E1A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A7BA

Black with #E1A7BA

Text Example


Text Example

White with #E1A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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