Html Css Color HEX #EAB5BE Melanie

📋 copy color: '#EAB5BE'

red 234 ◦ green 181 ◦ blue 190

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

Shades of Melanie #EAB5BE

Tints of Melanie #EAB5BE

RGB

 RED value IS 234 (91.8% from 255) = 38.68%

 GREEN value IS 181 (71.09% from 255) = 29.92%

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 38.68%
G = 29.92%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EAB5BE (or 0xEAB5BE) is known color: Melanie. HEX triplet: EA, B5 and BE. RGB value is (234,181,190). Sum of RGB (Red+Green+Blue) = 234+181+190=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5BE is #154A41. Grayscale: #C5C5C5. Windows color (decimal): -1395266 or 12498410. OLE color: 12498410.

HSL color Cylindrical-coordinate representation of color #EAB5BE: hue angle of 349.81º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB5BE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 181 190 -
CMYK 0 0.23 0.19 0.08
HSL 349.81º 0.56% 0.81% -
HSV(B) 349.81º 0.23% 0.92% -
XYZ 59.75 54.26 56.04 -
YUV 197.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 234 181 190 0 0.23 0.19 0.08 349.81 0.56 0.81
Hex EA B5 BE 0 17 13 8 15E 38 51
Octal 352 265 276 0 27 23 10 536 70 121
Binary 11101010 10110101 10111110 0 10111 10011 1000 101011110 111000 1010001

Color Harmonies of #EAB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5BE

Black with #EAB5BE

Text Example


Text Example

White with #EAB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5BE; }

 p { color: rgb(234,181,190); }

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

background-color css

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

 a { background-color: rgb(234,181,190); }

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

border-color css

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

 span { border-color: rgb(234,181,190); }

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