Html Css Color HEX #E2AABF Melanie

📋 copy color: '#E2AABF'

red 226 ◦ green 170 ◦ blue 191

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

Shades of Melanie #E2AABF

Tints of Melanie #E2AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.54%

R = 38.5%
G = 28.96%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E2AABF (or 0xE2AABF) is known color: Melanie. HEX triplet: E2, AA and BF. RGB value is (226,170,191). Sum of RGB (Red+Green+Blue) = 226+170+191=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AABF is #1D5540. Grayscale: #BDBDBD. Windows color (decimal): -1922369 or 12561122. OLE color: 12561122.

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

Color convert

RGB 226 170 191 -
CMYK 0 0.25 0.15 0.11
HSL 337.5º 0.49% 0.78% -
HSV(B) 337.5º 0.25% 0.89% -
XYZ 55.14 48.68 55.78 -
YUV 189.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 226 170 191 0 0.25 0.15 0.11 337.5 0.49 0.78
Hex E2 AA BF 0 19 F B 152 31 4E
Octal 342 252 277 0 31 17 13 522 61 116
Binary 11100010 10101010 10111111 0 11001 1111 1011 101010010 110001 1001110

Color Harmonies of #E2AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AABF

Black with #E2AABF

Text Example


Text Example

White with #E2AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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