Html Css Color HEX #E0ACBA Melanie

📋 copy color: '#E0ACBA'

red 224 ◦ green 172 ◦ blue 186

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

Shades of Melanie #E0ACBA

Tints of Melanie #E0ACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 38.49%
G = 29.55%
B = 31.96%

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

#E0ACBA (or 0xE0ACBA) is known color: Melanie. HEX triplet: E0, AC and BA. RGB value is (224,172,186). Sum of RGB (Red+Green+Blue) = 224+172+186=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACBA is #1F5345. Grayscale: #BDBDBD. Windows color (decimal): -2052934 or 12233952. OLE color: 12233952.

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

Color convert

RGB 224 172 186 -
CMYK 0 0.23 0.17 0.12
HSL 343.85º 0.46% 0.78% -
HSV(B) 343.85º 0.23% 0.88% -
XYZ 54.36 48.9 53.03 -
YUV 189.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 224 172 186 0 0.23 0.17 0.12 343.85 0.46 0.78
Hex E0 AC BA 0 17 11 C 158 2E 4E
Octal 340 254 272 0 27 21 14 530 56 116
Binary 11100000 10101100 10111010 0 10111 10001 1100 101011000 101110 1001110

Color Harmonies of #E0ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ACBA

Black with #E0ACBA

Text Example


Text Example

White with #E0ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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