Html Css Color HEX #E0ACBD Melanie

📋 copy color: '#E0ACBD'

red 224 ◦ green 172 ◦ blue 189

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

Shades of Melanie #E0ACBD

Tints of Melanie #E0ACBD

RGB

 RED value IS 224 (87.89% from 255) = 38.29%

 GREEN value IS 172 (67.58% from 255) = 29.4%

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

R = 38.29%
G = 29.4%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0ACBD (or 0xE0ACBD) is known color: Melanie. HEX triplet: E0, AC and BD. RGB value is (224,172,189). Sum of RGB (Red+Green+Blue) = 224+172+189=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACBD is #1F5342. Grayscale: #BDBDBD. Windows color (decimal): -2052931 or 12430560. OLE color: 12430560.

HSL color Cylindrical-coordinate representation of color #E0ACBD: hue angle of 340.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACBD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 189 -
CMYK 0 0.23 0.16 0.12
HSL 340.38º 0.46% 0.78% -
HSV(B) 340.38º 0.23% 0.88% -
XYZ 54.68 49.03 54.73 -
YUV 189.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 224 172 189 0 0.23 0.16 0.12 340.38 0.46 0.78
Hex E0 AC BD 0 17 10 C 154 2E 4E
Octal 340 254 275 0 27 20 14 524 56 116
Binary 11100000 10101100 10111101 0 10111 10000 1100 101010100 101110 1001110

Color Harmonies of #E0ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACBD

Black with #E0ACBD

Text Example


Text Example

White with #E0ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACBD; }

 p { color: rgb(224,172,189); }

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

background-color css

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

 a { background-color: rgb(224,172,189); }

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

border-color css

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

 span { border-color: rgb(224,172,189); }

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