Html Css Color HEX #E0AABE Melanie

📋 copy color: '#E0AABE'

red 224 ◦ green 170 ◦ blue 190

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

Shades of Melanie #E0AABE

Tints of Melanie #E0AABE

RGB

 RED value IS 224 (87.89% from 255) = 38.36%

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

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

R = 38.36%
G = 29.11%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0AABE (or 0xE0AABE) is known color: Melanie. HEX triplet: E0, AA and BE. RGB value is (224,170,190). Sum of RGB (Red+Green+Blue) = 224+170+190=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AABE is #1F5541. Grayscale: #BCBCBC. Windows color (decimal): -2053442 or 12495584. OLE color: 12495584.

HSL color Cylindrical-coordinate representation of color #E0AABE: hue angle of 337.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AABE is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 170 190 -
CMYK 0 0.24 0.15 0.12
HSL 337.78º 0.47% 0.77% -
HSV(B) 337.78º 0.24% 0.88% -
XYZ 54.41 48.31 55.17 -
YUV 188.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 224 170 190 0 0.24 0.15 0.12 337.78 0.47 0.77
Hex E0 AA BE 0 18 F C 152 2F 4D
Octal 340 252 276 0 30 17 14 522 57 115
Binary 11100000 10101010 10111110 0 11000 1111 1100 101010010 101111 1001101

Color Harmonies of #E0AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AABE

Black with #E0AABE

Text Example


Text Example

White with #E0AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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