Html Css Color HEX #E1AEEA Plum

📋 copy color: '#E1AEEA'

red 225 ◦ green 174 ◦ blue 234

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

Shades of Plum #E1AEEA

Tints of Plum #E1AEEA

RGB

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

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

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

R = 35.55%
G = 27.49%
B = 36.97%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1AEEA (or 0xE1AEEA) is known color: Plum. HEX triplet: E1, AE and EA. RGB value is (225,174,234). Sum of RGB (Red+Green+Blue) = 225+174+234=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEEA is #1E5115. Grayscale: #C3C3C3. Windows color (decimal): -1986838 or 15380193. OLE color: 15380193.

HSL color Cylindrical-coordinate representation of color #E1AEEA: hue angle of 291º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1AEEA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 174 234 -
CMYK 0.04 0.26 0 0.08
HSL 291º 0.59% 0.8% -
HSV(B) 291º 0.26% 0.92% -
XYZ 61.04 52.22 84.7 -
YUV 196.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 225 174 234 0.04 0.26 0 0.08 291 0.59 0.8
Hex E1 AE EA 4 1A 0 8 123 3B 50
Octal 341 256 352 4 32 0 10 443 73 120
Binary 11100001 10101110 11101010 100 11010 0 1000 100100011 111011 1010000

Color Harmonies of #E1AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEEA

Black with #E1AEEA

Text Example


Text Example

White with #E1AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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