Html Css Color HEX #E2AAED Plum

📋 copy color: '#E2AAED'

red 226 ◦ green 170 ◦ blue 237

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

Shades of Plum #E2AAED

Tints of Plum #E2AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 35.7%
G = 26.86%
B = 37.44%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2AAED (or 0xE2AAED) is known color: Plum. HEX triplet: E2, AA and ED. RGB value is (226,170,237). Sum of RGB (Red+Green+Blue) = 226+170+237=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAED is #1D5512. Grayscale: #C2C2C2. Windows color (decimal): -1922323 or 15575778. OLE color: 15575778.

HSL color Cylindrical-coordinate representation of color #E2AAED: hue angle of 290.15º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2AAED is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 170 237 -
CMYK 0.05 0.28 0 0.07
HSL 290.15º 0.65% 0.8% -
HSV(B) 290.15º 0.28% 0.93% -
XYZ 61.02 51.03 86.75 -
YUV 194.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 226 170 237 0.05 0.28 0 0.07 290.15 0.65 0.8
Hex E2 AA ED 5 1C 0 7 122 41 50
Octal 342 252 355 5 34 0 7 442 101 120
Binary 11100010 10101010 11101101 101 11100 0 111 100100010 1000001 1010000

Color Harmonies of #E2AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAED

Black with #E2AAED

Text Example


Text Example

White with #E2AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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