Html Css Color HEX #EAAFBC Melanie

📋 copy color: '#EAAFBC'

red 234 ◦ green 175 ◦ blue 188

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

Shades of Melanie #EAAFBC

Tints of Melanie #EAAFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.31%

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

R = 39.2%
G = 29.31%
B = 31.49%

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

#EAAFBC (or 0xEAAFBC) is known color: Melanie. HEX triplet: EA, AF and BC. RGB value is (234,175,188). Sum of RGB (Red+Green+Blue) = 234+175+188=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFBC is #155043. Grayscale: #C2C2C2. Windows color (decimal): -1396804 or 12365802. OLE color: 12365802.

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

Color convert

RGB 234 175 188 -
CMYK 0 0.25 0.20 0.08
HSL 346.78º 0.58% 0.8% -
HSV(B) 346.78º 0.25% 0.92% -
XYZ 58.34 51.78 54.5 -
YUV 194.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 234 175 188 0 0.25 0.20 0.08 346.78 0.58 0.8
Hex EA AF BC 0 19 14 8 15B 3A 50
Octal 352 257 274 0 31 24 10 533 72 120
Binary 11101010 10101111 10111100 0 11001 10100 1000 101011011 111010 1010000

Color Harmonies of #EAAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFBC

Black with #EAAFBC

Text Example


Text Example

White with #EAAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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