Html Css Color HEX #E5AAC2 Melanie

📋 copy color: '#E5AAC2'

red 229 ◦ green 170 ◦ blue 194

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

Shades of Melanie #E5AAC2

Tints of Melanie #E5AAC2

RGB

 RED value IS 229 (89.84% from 255) = 38.62%

 GREEN value IS 170 (66.8% from 255) = 28.67%

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

R = 38.62%
G = 28.67%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E5AAC2 (or 0xE5AAC2) is known color: Melanie. HEX triplet: E5, AA and C2. RGB value is (229,170,194). Sum of RGB (Red+Green+Blue) = 229+170+194=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAC2 is #1A553D. Grayscale: #BEBEBE. Windows color (decimal): -1725758 or 12757733. OLE color: 12757733.

HSL color Cylindrical-coordinate representation of color #E5AAC2: hue angle of 335.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAC2 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 194 -
CMYK 0 0.26 0.15 0.10
HSL 335.59º 0.53% 0.78% -
HSV(B) 335.59º 0.26% 0.9% -
XYZ 56.43 49.3 57.58 -
YUV 190.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 229 170 194 0 0.26 0.15 0.10 335.59 0.53 0.78
Hex E5 AA C2 0 1A F A 150 35 4E
Octal 345 252 302 0 32 17 12 520 65 116
Binary 11100101 10101010 11000010 0 11010 1111 1010 101010000 110101 1001110

Color Harmonies of #E5AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAC2

Black with #E5AAC2

Text Example


Text Example

White with #E5AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAC2; }

 p { color: rgb(229,170,194); }

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

background-color css

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

 a { background-color: rgb(229,170,194); }

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

border-color css

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

 span { border-color: rgb(229,170,194); }

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