Html Css Color HEX #E9AFBD Melanie

📋 copy color: '#E9AFBD'

red 233 ◦ green 175 ◦ blue 189

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

Shades of Melanie #E9AFBD

Tints of Melanie #E9AFBD

RGB

 RED value IS 233 (91.41% from 255) = 39.03%

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

 BLUE value IS 189 (74.22% from 255) = 31.66%

R = 39.03%
G = 29.31%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E9AFBD (or 0xE9AFBD) is known color: Melanie. HEX triplet: E9, AF and BD. RGB value is (233,175,189). Sum of RGB (Red+Green+Blue) = 233+175+189=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFBD is #165042. Grayscale: #C1C1C1. Windows color (decimal): -1462339 or 12431337. OLE color: 12431337.

HSL color Cylindrical-coordinate representation of color #E9AFBD: hue angle of 345.52º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFBD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 175 189 -
CMYK 0 0.25 0.19 0.09
HSL 345.52º 0.57% 0.8% -
HSV(B) 345.52º 0.25% 0.91% -
XYZ 58.12 51.66 55.05 -
YUV 193.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 233 175 189 0 0.25 0.19 0.09 345.52 0.57 0.8
Hex E9 AF BD 0 19 13 9 15A 39 50
Octal 351 257 275 0 31 23 11 532 71 120
Binary 11101001 10101111 10111101 0 11001 10011 1001 101011010 111001 1010000

Color Harmonies of #E9AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AFBD

Black with #E9AFBD

Text Example


Text Example

White with #E9AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AFBD; }

 p { color: rgb(233,175,189); }

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

background-color css

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

 a { background-color: rgb(233,175,189); }

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

border-color css

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

 span { border-color: rgb(233,175,189); }

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