Html Css Color HEX #E1B2C6 Melanie

📋 copy color: '#E1B2C6'

red 225 ◦ green 178 ◦ blue 198

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

Shades of Melanie #E1B2C6

Tints of Melanie #E1B2C6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.62%

 BLUE value IS 198 (77.73% from 255) = 32.95%

R = 37.44%
G = 29.62%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E1B2C6 (or 0xE1B2C6) is known color: Melanie. HEX triplet: E1, B2 and C6. RGB value is (225,178,198). Sum of RGB (Red+Green+Blue) = 225+178+198=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2C6 is #1E4D39. Grayscale: #C2C2C2. Windows color (decimal): -1985850 or 13021921. OLE color: 13021921.

HSL color Cylindrical-coordinate representation of color #E1B2C6: hue angle of 334.47º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B2C6 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 178 198 -
CMYK 0 0.21 0.12 0.12
HSL 334.47º 0.44% 0.79% -
HSV(B) 334.47º 0.21% 0.88% -
XYZ 57.16 51.93 60.44 -
YUV 194.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 225 178 198 0 0.21 0.12 0.12 334.47 0.44 0.79
Hex E1 B2 C6 0 15 C C 14E 2C 4F
Octal 341 262 306 0 25 14 14 516 54 117
Binary 11100001 10110010 11000110 0 10101 1100 1100 101001110 101100 1001111

Color Harmonies of #E1B2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B2C6

Black with #E1B2C6

Text Example


Text Example

White with #E1B2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B2C6; }

 p { color: rgb(225,178,198); }

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

background-color css

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

 a { background-color: rgb(225,178,198); }

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

border-color css

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

 span { border-color: rgb(225,178,198); }

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