Html Css Color HEX #E2ACBD Melanie

📋 copy color: '#E2ACBD'

red 226 ◦ green 172 ◦ blue 189

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

Shades of Melanie #E2ACBD

Tints of Melanie #E2ACBD

RGB

 RED value IS 226 (88.67% from 255) = 38.5%

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

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

R = 38.5%
G = 29.3%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2ACBD (or 0xE2ACBD) is known color: Melanie. HEX triplet: E2, AC and BD. RGB value is (226,172,189). Sum of RGB (Red+Green+Blue) = 226+172+189=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBD is #1D5342. Grayscale: #BEBEBE. Windows color (decimal): -1921859 or 12430562. OLE color: 12430562.

HSL color Cylindrical-coordinate representation of color #E2ACBD: hue angle of 341.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACBD is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 172 189 -
CMYK 0 0.24 0.16 0.11
HSL 341.11º 0.48% 0.78% -
HSV(B) 341.11º 0.24% 0.89% -
XYZ 55.3 49.35 54.75 -
YUV 190.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 226 172 189 0 0.24 0.16 0.11 341.11 0.48 0.78
Hex E2 AC BD 0 18 10 B 155 30 4E
Octal 342 254 275 0 30 20 13 525 60 116
Binary 11100010 10101100 10111101 0 11000 10000 1011 101010101 110000 1001110

Color Harmonies of #E2ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACBD

Black with #E2ACBD

Text Example


Text Example

White with #E2ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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