Html Css Color HEX #E0ACBB Melanie

📋 copy color: '#E0ACBB'

red 224 ◦ green 172 ◦ blue 187

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

Shades of Melanie #E0ACBB

Tints of Melanie #E0ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 38.42%
G = 29.5%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0ACBB (or 0xE0ACBB) is known color: Melanie. HEX triplet: E0, AC and BB. RGB value is (224,172,187). Sum of RGB (Red+Green+Blue) = 224+172+187=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACBB is #1F5344. Grayscale: #BDBDBD. Windows color (decimal): -2052933 or 12299488. OLE color: 12299488.

HSL color Cylindrical-coordinate representation of color #E0ACBB: hue angle of 342.69º 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 #E0ACBB is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 172 187 -
CMYK 0 0.23 0.17 0.12
HSL 342.69º 0.46% 0.78% -
HSV(B) 342.69º 0.23% 0.88% -
XYZ 54.46 48.94 53.59 -
YUV 189.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 224 172 187 0 0.23 0.17 0.12 342.69 0.46 0.78
Hex E0 AC BB 0 17 11 C 157 2E 4E
Octal 340 254 273 0 27 21 14 527 56 116
Binary 11100000 10101100 10111011 0 10111 10001 1100 101010111 101110 1001110

Color Harmonies of #E0ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACBB

Black with #E0ACBB

Text Example


Text Example

White with #E0ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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