Html Css Color HEX #E5AFBD Melanie

📋 copy color: '#E5AFBD'

red 229 ◦ green 175 ◦ blue 189

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

Shades of Melanie #E5AFBD

Tints of Melanie #E5AFBD

RGB

 RED value IS 229 (89.84% from 255) = 38.62%

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

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

R = 38.62%
G = 29.51%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5AFBD (or 0xE5AFBD) is known color: Melanie. HEX triplet: E5, AF and BD. RGB value is (229,175,189). Sum of RGB (Red+Green+Blue) = 229+175+189=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFBD is #1A5042. Grayscale: #C0C0C0. Windows color (decimal): -1724483 or 12431333. OLE color: 12431333.

HSL color Cylindrical-coordinate representation of color #E5AFBD: hue angle of 344.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFBD is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 189 -
CMYK 0 0.24 0.17 0.10
HSL 344.44º 0.51% 0.79% -
HSV(B) 344.44º 0.24% 0.9% -
XYZ 56.83 50.99 54.99 -
YUV 192.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 229 175 189 0 0.24 0.17 0.10 344.44 0.51 0.79
Hex E5 AF BD 0 18 11 A 158 33 4F
Octal 345 257 275 0 30 21 12 530 63 117
Binary 11100101 10101111 10111101 0 11000 10001 1010 101011000 110011 1001111

Color Harmonies of #E5AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFBD

Black with #E5AFBD

Text Example


Text Example

White with #E5AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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