Html Css Color HEX #E1AEEC Plum

📋 copy color: '#E1AEEC'

red 225 ◦ green 174 ◦ blue 236

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

Shades of Plum #E1AEEC

Tints of Plum #E1AEEC

RGB

 RED value IS 225 (88.28% from 255) = 35.43%

 GREEN value IS 174 (68.36% from 255) = 27.4%

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

R = 35.43%
G = 27.4%
B = 37.17%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1AEEC (or 0xE1AEEC) is known color: Plum. HEX triplet: E1, AE and EC. RGB value is (225,174,236). Sum of RGB (Red+Green+Blue) = 225+174+236=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEEC is #1E5113. Grayscale: #C4C4C4. Windows color (decimal): -1986836 or 15511265. OLE color: 15511265.

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

Color convert

RGB 225 174 236 -
CMYK 0.05 0.26 0 0.07
HSL 289.35º 0.62% 0.8% -
HSV(B) 289.35º 0.26% 0.93% -
XYZ 61.33 52.34 86.23 -
YUV 196.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 225 174 236 0.05 0.26 0 0.07 289.35 0.62 0.8
Hex E1 AE EC 5 1A 0 7 121 3E 50
Octal 341 256 354 5 32 0 7 441 76 120
Binary 11100001 10101110 11101100 101 11010 0 111 100100001 111110 1010000

Color Harmonies of #E1AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEEC

Black with #E1AEEC

Text Example


Text Example

White with #E1AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEEC; }

 p { color: rgb(225,174,236); }

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

background-color css

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

 a { background-color: rgb(225,174,236); }

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

border-color css

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

 span { border-color: rgb(225,174,236); }

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