Html Css Color HEX #E2BAC2 Melanie

📋 copy color: '#E2BAC2'

red 226 ◦ green 186 ◦ blue 194

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

Shades of Melanie #E2BAC2

Tints of Melanie #E2BAC2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.69%

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 37.29%
G = 30.69%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E2BAC2 (or 0xE2BAC2) is known color: Melanie. HEX triplet: E2, BA and C2. RGB value is (226,186,194). Sum of RGB (Red+Green+Blue) = 226+186+194=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BAC2 is #1D453D. Grayscale: #C6C6C6. Windows color (decimal): -1918270 or 12761826. OLE color: 12761826.

HSL color Cylindrical-coordinate representation of color #E2BAC2: hue angle of 348º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BAC2 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 186 194 -
CMYK 0 0.18 0.14 0.11
HSL 348º 0.41% 0.81% -
HSV(B) 348º 0.18% 0.89% -
XYZ 58.66 55.18 58.6 -
YUV 198.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 226 186 194 0 0.18 0.14 0.11 348 0.41 0.81
Hex E2 BA C2 0 12 E B 15C 29 51
Octal 342 272 302 0 22 16 13 534 51 121
Binary 11100010 10111010 11000010 0 10010 1110 1011 101011100 101001 1010001

Color Harmonies of #E2BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAC2

Black with #E2BAC2

Text Example


Text Example

White with #E2BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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