Html Css Color HEX #E2AADE Plum

📋 copy color: '#E2AADE'

red 226 ◦ green 170 ◦ blue 222

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

Shades of Plum #E2AADE

Tints of Plum #E2AADE

RGB

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

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

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

R = 36.57%
G = 27.51%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2AADE (or 0xE2AADE) is known color: Plum. HEX triplet: E2, AA and DE. RGB value is (226,170,222). Sum of RGB (Red+Green+Blue) = 226+170+222=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADE is #1D5521. Grayscale: #C0C0C0. Windows color (decimal): -1922338 or 14592738. OLE color: 14592738.

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

Color convert

RGB 226 170 222 -
CMYK 0 0.25 0.02 0.11
HSL 304.29º 0.49% 0.78% -
HSV(B) 304.29º 0.25% 0.89% -
XYZ 58.92 50.19 75.69 -
YUV 192.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 226 170 222 0 0.25 0.02 0.11 304.29 0.49 0.78
Hex E2 AA DE 0 19 2 B 130 31 4E
Octal 342 252 336 0 31 2 13 460 61 116
Binary 11100010 10101010 11011110 0 11001 10 1011 100110000 110001 1001110

Color Harmonies of #E2AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AADE

Black with #E2AADE

Text Example


Text Example

White with #E2AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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