Html Css Color HEX #E3AAED Plum

📋 copy color: '#E3AAED'

red 227 ◦ green 170 ◦ blue 237

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

Shades of Plum #E3AAED

Tints of Plum #E3AAED

RGB

 RED value IS 227 (89.06% from 255) = 35.8%

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

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 35.8%
G = 26.81%
B = 37.38%

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

#E3AAED (or 0xE3AAED) is known color: Plum. HEX triplet: E3, AA and ED. RGB value is (227,170,237). Sum of RGB (Red+Green+Blue) = 227+170+237=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAED is #1C5512. Grayscale: #C2C2C2. Windows color (decimal): -1856787 or 15575779. OLE color: 15575779.

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

Color convert

RGB 227 170 237 -
CMYK 0.04 0.28 0 0.07
HSL 291.04º 0.65% 0.8% -
HSV(B) 291.04º 0.28% 0.93% -
XYZ 61.34 51.19 86.77 -
YUV 194.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 227 170 237 0.04 0.28 0 0.07 291.04 0.65 0.8
Hex E3 AA ED 4 1C 0 7 123 41 50
Octal 343 252 355 4 34 0 7 443 101 120
Binary 11100011 10101010 11101101 100 11100 0 111 100100011 1000001 1010000

Color Harmonies of #E3AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AAED

Black with #E3AAED

Text Example


Text Example

White with #E3AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AAED; }

 p { color: rgb(227,170,237); }

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

background-color css

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

 a { background-color: rgb(227,170,237); }

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

border-color css

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

 span { border-color: rgb(227,170,237); }

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