Html Css Color HEX #E2AAEA Plum

📋 copy color: '#E2AAEA'

red 226 ◦ green 170 ◦ blue 234

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

Shades of Plum #E2AAEA

Tints of Plum #E2AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 35.87%
G = 26.98%
B = 37.14%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2AAEA (or 0xE2AAEA) is known color: Plum. HEX triplet: E2, AA and EA. RGB value is (226,170,234). Sum of RGB (Red+Green+Blue) = 226+170+234=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAEA is #1D5515. Grayscale: #C1C1C1. Windows color (decimal): -1922326 or 15379170. OLE color: 15379170.

HSL color Cylindrical-coordinate representation of color #E2AAEA: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AAEA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 170 234 -
CMYK 0.03 0.27 0 0.08
HSL 292.5º 0.6% 0.79% -
HSV(B) 292.5º 0.27% 0.92% -
XYZ 60.59 50.86 84.47 -
YUV 194.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 226 170 234 0.03 0.27 0 0.08 292.5 0.6 0.79
Hex E2 AA EA 3 1B 0 8 124 3C 4F
Octal 342 252 352 3 33 0 10 444 74 117
Binary 11100010 10101010 11101010 11 11011 0 1000 100100100 111100 1001111

Color Harmonies of #E2AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAEA

Black with #E2AAEA

Text Example


Text Example

White with #E2AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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