Html Css Color HEX #E0AADE Plum

📋 copy color: '#E0AADE'

red 224 ◦ green 170 ◦ blue 222

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

Shades of Plum #E0AADE

Tints of Plum #E0AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.04%

R = 36.36%
G = 27.6%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0AADE (or 0xE0AADE) is known color: Plum. HEX triplet: E0, AA and DE. RGB value is (224,170,222). Sum of RGB (Red+Green+Blue) = 224+170+222=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AADE is #1F5521. Grayscale: #BFBFBF. Windows color (decimal): -2053410 or 14592736. OLE color: 14592736.

HSL color Cylindrical-coordinate representation of color #E0AADE: hue angle of 302.22º 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 #E0AADE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 170 222 -
CMYK 0 0.24 0.01 0.12
HSL 302.22º 0.47% 0.77% -
HSV(B) 302.22º 0.24% 0.88% -
XYZ 58.3 49.87 75.66 -
YUV 192.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 224 170 222 0 0.24 0.01 0.12 302.22 0.47 0.77
Hex E0 AA DE 0 18 1 C 12E 2F 4D
Octal 340 252 336 0 30 1 14 456 57 115
Binary 11100000 10101010 11011110 0 11000 1 1100 100101110 101111 1001101

Color Harmonies of #E0AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AADE

Black with #E0AADE

Text Example


Text Example

White with #E0AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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