Html Css Color HEX #E2AABD Melanie

📋 copy color: '#E2AABD'

red 226 ◦ green 170 ◦ blue 189

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

Shades of Melanie #E2AABD

Tints of Melanie #E2AABD

RGB

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

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

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

R = 38.63%
G = 29.06%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2AABD (or 0xE2AABD) is known color: Melanie. HEX triplet: E2, AA and BD. RGB value is (226,170,189). Sum of RGB (Red+Green+Blue) = 226+170+189=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AABD is #1D5542. Grayscale: #BCBCBC. Windows color (decimal): -1922371 or 12430050. OLE color: 12430050.

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

Color convert

RGB 226 170 189 -
CMYK 0 0.25 0.16 0.11
HSL 339.64º 0.49% 0.78% -
HSV(B) 339.64º 0.25% 0.89% -
XYZ 54.92 48.59 54.63 -
YUV 188.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 226 170 189 0 0.25 0.16 0.11 339.64 0.49 0.78
Hex E2 AA BD 0 19 10 B 154 31 4E
Octal 342 252 275 0 31 20 13 524 61 116
Binary 11100010 10101010 10111101 0 11001 10000 1011 101010100 110001 1001110

Color Harmonies of #E2AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AABD

Black with #E2AABD

Text Example


Text Example

White with #E2AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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