Html Css Color HEX #E2ACBA Melanie

📋 copy color: '#E2ACBA'

red 226 ◦ green 172 ◦ blue 186

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

Shades of Melanie #E2ACBA

Tints of Melanie #E2ACBA

RGB

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

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

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

R = 38.7%
G = 29.45%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2ACBA (or 0xE2ACBA) is known color: Melanie. HEX triplet: E2, AC and BA. RGB value is (226,172,186). Sum of RGB (Red+Green+Blue) = 226+172+186=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBA is #1D5345. Grayscale: #BDBDBD. Windows color (decimal): -1921862 or 12233954. OLE color: 12233954.

HSL color Cylindrical-coordinate representation of color #E2ACBA: hue angle of 344.44º 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 #E2ACBA is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 172 186 -
CMYK 0 0.24 0.18 0.11
HSL 344.44º 0.48% 0.78% -
HSV(B) 344.44º 0.24% 0.89% -
XYZ 54.98 49.22 53.06 -
YUV 189.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 226 172 186 0 0.24 0.18 0.11 344.44 0.48 0.78
Hex E2 AC BA 0 18 12 B 158 30 4E
Octal 342 254 272 0 30 22 13 530 60 116
Binary 11100010 10101100 10111010 0 11000 10010 1011 101011000 110000 1001110

Color Harmonies of #E2ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACBA

Black with #E2ACBA

Text Example


Text Example

White with #E2ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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