Html Css Color HEX #E0AAEC Plum

📋 copy color: '#E0AAEC'

red 224 ◦ green 170 ◦ blue 236

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

Shades of Plum #E0AAEC

Tints of Plum #E0AAEC

RGB

 RED value IS 224 (87.89% from 255) = 35.56%

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

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

R = 35.56%
G = 26.98%
B = 37.46%

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

#E0AAEC (or 0xE0AAEC) is known color: Plum. HEX triplet: E0, AA and EC. RGB value is (224,170,236). Sum of RGB (Red+Green+Blue) = 224+170+236=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAEC is #1F5513. Grayscale: #C1C1C1. Windows color (decimal): -2053396 or 15510240. OLE color: 15510240.

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

Color convert

RGB 224 170 236 -
CMYK 0.05 0.28 0 0.07
HSL 289.09º 0.63% 0.8% -
HSV(B) 289.09º 0.28% 0.93% -
XYZ 60.26 50.65 85.96 -
YUV 193.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 224 170 236 0.05 0.28 0 0.07 289.09 0.63 0.8
Hex E0 AA EC 5 1C 0 7 121 3F 50
Octal 340 252 354 5 34 0 7 441 77 120
Binary 11100000 10101010 11101100 101 11100 0 111 100100001 111111 1010000

Color Harmonies of #E0AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AAEC

Black with #E0AAEC

Text Example


Text Example

White with #E0AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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