Html Css Color HEX #E2AABE Melanie

📋 copy color: '#E2AABE'

red 226 ◦ green 170 ◦ blue 190

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

Shades of Melanie #E2AABE

Tints of Melanie #E2AABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 38.57%
G = 29.01%
B = 32.42%

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

#E2AABE (or 0xE2AABE) is known color: Melanie. HEX triplet: E2, AA and BE. RGB value is (226,170,190). Sum of RGB (Red+Green+Blue) = 226+170+190=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AABE is #1D5541. Grayscale: #BDBDBD. Windows color (decimal): -1922370 or 12495586. OLE color: 12495586.

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

Color convert

RGB 226 170 190 -
CMYK 0 0.25 0.16 0.11
HSL 338.57º 0.49% 0.78% -
HSV(B) 338.57º 0.25% 0.89% -
XYZ 55.03 48.64 55.2 -
YUV 189.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 226 170 190 0 0.25 0.16 0.11 338.57 0.49 0.78
Hex E2 AA BE 0 19 10 B 153 31 4E
Octal 342 252 276 0 31 20 13 523 61 116
Binary 11100010 10101010 10111110 0 11001 10000 1011 101010011 110001 1001110

Color Harmonies of #E2AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AABE

Black with #E2AABE

Text Example


Text Example

White with #E2AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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