Html Css Color HEX #E1A6B9 Melanie

📋 copy color: '#E1A6B9'

red 225 ◦ green 166 ◦ blue 185

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

Shades of Melanie #E1A6B9

Tints of Melanie #E1A6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.82%

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 39.06%
G = 28.82%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E1A6B9 (or 0xE1A6B9) is known color: Melanie. HEX triplet: E1, A6 and B9. RGB value is (225,166,185). Sum of RGB (Red+Green+Blue) = 225+166+185=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6B9 is #1E5946. Grayscale: #B9B9B9. Windows color (decimal): -1988935 or 12166881. OLE color: 12166881.

HSL color Cylindrical-coordinate representation of color #E1A6B9: hue angle of 340.68º degrees, saturation: 0.5, 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 #E1A6B9 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 166 185 -
CMYK 0 0.26 0.18 0.12
HSL 340.68º 0.5% 0.77% -
HSV(B) 340.68º 0.26% 0.88% -
XYZ 53.44 46.78 52.11 -
YUV 185.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 225 166 185 0 0.26 0.18 0.12 340.68 0.5 0.77
Hex E1 A6 B9 0 1A 12 C 155 32 4D
Octal 341 246 271 0 32 22 14 525 62 115
Binary 11100001 10100110 10111001 0 11010 10010 1100 101010101 110010 1001101

Color Harmonies of #E1A6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A6B9

Black with #E1A6B9

Text Example


Text Example

White with #E1A6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A6B9; }

 p { color: rgb(225,166,185); }

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

background-color css

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

 a { background-color: rgb(225,166,185); }

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

border-color css

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

 span { border-color: rgb(225,166,185); }

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