Html Css Color HEX #EAB0BC Melanie

📋 copy color: '#EAB0BC'

red 234 ◦ green 176 ◦ blue 188

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

Shades of Melanie #EAB0BC

Tints of Melanie #EAB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.43%

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 39.13%
G = 29.43%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EAB0BC (or 0xEAB0BC) is known color: Melanie. HEX triplet: EA, B0 and BC. RGB value is (234,176,188). Sum of RGB (Red+Green+Blue) = 234+176+188=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0BC is #154F43. Grayscale: #C2C2C2. Windows color (decimal): -1396548 or 12366058. OLE color: 12366058.

HSL color Cylindrical-coordinate representation of color #EAB0BC: hue angle of 347.59º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0BC is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 188 -
CMYK 0 0.25 0.20 0.08
HSL 347.59º 0.58% 0.8% -
HSV(B) 347.59º 0.25% 0.92% -
XYZ 58.53 52.17 54.56 -
YUV 194.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 234 176 188 0 0.25 0.20 0.08 347.59 0.58 0.8
Hex EA B0 BC 0 19 14 8 15C 3A 50
Octal 352 260 274 0 31 24 10 534 72 120
Binary 11101010 10110000 10111100 0 11001 10100 1000 101011100 111010 1010000

Color Harmonies of #EAB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0BC

Black with #EAB0BC

Text Example


Text Example

White with #EAB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0BC; }

 p { color: rgb(234,176,188); }

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

background-color css

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

 a { background-color: rgb(234,176,188); }

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

border-color css

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

 span { border-color: rgb(234,176,188); }

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