Html Css Color HEX #E2AAE0 Plum

📋 copy color: '#E2AAE0'

red 226 ◦ green 170 ◦ blue 224

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

Shades of Plum #E2AAE0

Tints of Plum #E2AAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 36.45%
G = 27.42%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2AAE0 (or 0xE2AAE0) is known color: Plum. HEX triplet: E2, AA and E0. RGB value is (226,170,224). Sum of RGB (Red+Green+Blue) = 226+170+224=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAE0 is #1D551F. Grayscale: #C0C0C0. Windows color (decimal): -1922336 or 14723810. OLE color: 14723810.

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

Color convert

RGB 226 170 224 -
CMYK 0 0.25 0.01 0.11
HSL 302.14º 0.49% 0.78% -
HSV(B) 302.14º 0.25% 0.89% -
XYZ 59.19 50.3 77.11 -
YUV 192.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 226 170 224 0 0.25 0.01 0.11 302.14 0.49 0.78
Hex E2 AA E0 0 19 1 B 12E 31 4E
Octal 342 252 340 0 31 1 13 456 61 116
Binary 11100010 10101010 11100000 0 11001 1 1011 100101110 110001 1001110

Color Harmonies of #E2AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAE0

Black with #E2AAE0

Text Example


Text Example

White with #E2AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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