Html Css Color HEX #E2AAEC Plum

📋 copy color: '#E2AAEC'

red 226 ◦ green 170 ◦ blue 236

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

Shades of Plum #E2AAEC

Tints of Plum #E2AAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 35.76%
G = 26.9%
B = 37.34%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2AAEC (or 0xE2AAEC) is known color: Plum. HEX triplet: E2, AA and EC. RGB value is (226,170,236). Sum of RGB (Red+Green+Blue) = 226+170+236=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAEC is #1D5513. Grayscale: #C2C2C2. Windows color (decimal): -1922324 or 15510242. OLE color: 15510242.

HSL color Cylindrical-coordinate representation of color #E2AAEC: hue angle of 290.91º degrees, saturation: 0.63, 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 #E2AAEC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 170 236 -
CMYK 0.04 0.28 0 0.07
HSL 290.91º 0.63% 0.8% -
HSV(B) 290.91º 0.28% 0.93% -
XYZ 60.88 50.97 85.99 -
YUV 194.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 226 170 236 0.04 0.28 0 0.07 290.91 0.63 0.8
Hex E2 AA EC 4 1C 0 7 123 3F 50
Octal 342 252 354 4 34 0 7 443 77 120
Binary 11100010 10101010 11101100 100 11100 0 111 100100011 111111 1010000

Color Harmonies of #E2AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAEC

Black with #E2AAEC

Text Example


Text Example

White with #E2AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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