Html Css Color HEX #E2AAEE Plum

📋 copy color: '#E2AAEE'

red 226 ◦ green 170 ◦ blue 238

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

Shades of Plum #E2AAEE

Tints of Plum #E2AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 35.65%
G = 26.81%
B = 37.54%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2AAEE (or 0xE2AAEE) is known color: Plum. HEX triplet: E2, AA and EE. RGB value is (226,170,238). Sum of RGB (Red+Green+Blue) = 226+170+238=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAEE is #1D5511. Grayscale: #C2C2C2. Windows color (decimal): -1922322 or 15641314. OLE color: 15641314.

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

Color convert

RGB 226 170 238 -
CMYK 0.05 0.29 0 0.07
HSL 289.41º 0.67% 0.8% -
HSV(B) 289.41º 0.29% 0.93% -
XYZ 61.17 51.09 87.53 -
YUV 194.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 226 170 238 0.05 0.29 0 0.07 289.41 0.67 0.8
Hex E2 AA EE 5 1D 0 7 121 43 50
Octal 342 252 356 5 35 0 7 441 103 120
Binary 11100010 10101010 11101110 101 11101 0 111 100100001 1000011 1010000

Color Harmonies of #E2AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAEE

Black with #E2AAEE

Text Example


Text Example

White with #E2AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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