Html Css Color HEX #EAB4BE Melanie

📋 copy color: '#EAB4BE'

red 234 ◦ green 180 ◦ blue 190

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

Shades of Melanie #EAB4BE

Tints of Melanie #EAB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.8%

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

R = 38.74%
G = 29.8%
B = 31.46%

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

#EAB4BE (or 0xEAB4BE) is known color: Melanie. HEX triplet: EA, B4 and BE. RGB value is (234,180,190). Sum of RGB (Red+Green+Blue) = 234+180+190=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4BE is #154B41. Grayscale: #C5C5C5. Windows color (decimal): -1395522 or 12498154. OLE color: 12498154.

HSL color Cylindrical-coordinate representation of color #EAB4BE: hue angle of 348.89º 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 #EAB4BE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 190 -
CMYK 0 0.23 0.19 0.08
HSL 348.89º 0.56% 0.81% -
HSV(B) 348.89º 0.23% 0.92% -
XYZ 59.55 53.85 55.97 -
YUV 197.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 234 180 190 0 0.23 0.19 0.08 348.89 0.56 0.81
Hex EA B4 BE 0 17 13 8 15D 38 51
Octal 352 264 276 0 27 23 10 535 70 121
Binary 11101010 10110100 10111110 0 10111 10011 1000 101011101 111000 1010001

Color Harmonies of #EAB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4BE

Black with #EAB4BE

Text Example


Text Example

White with #EAB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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