Html Css Color HEX #E5AAEF Plum

📋 copy color: '#E5AAEF'

red 229 ◦ green 170 ◦ blue 239

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

Shades of Plum #E5AAEF

Tints of Plum #E5AAEF

RGB

 RED value IS 229 (89.84% from 255) = 35.89%

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

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 35.89%
G = 26.65%
B = 37.46%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5AAEF (or 0xE5AAEF) is known color: Plum. HEX triplet: E5, AA and EF. RGB value is (229,170,239). Sum of RGB (Red+Green+Blue) = 229+170+239=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAEF is #1A5510. Grayscale: #C3C3C3. Windows color (decimal): -1725713 or 15706853. OLE color: 15706853.

HSL color Cylindrical-coordinate representation of color #E5AAEF: hue angle of 291.3º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5AAEF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 170 239 -
CMYK 0.04 0.29 0 0.06
HSL 291.3º 0.68% 0.8% -
HSV(B) 291.3º 0.29% 0.94% -
XYZ 62.27 51.64 88.35 -
YUV 195.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 229 170 239 0.04 0.29 0 0.06 291.3 0.68 0.8
Hex E5 AA EF 4 1D 0 6 123 44 50
Octal 345 252 357 4 35 0 6 443 104 120
Binary 11100101 10101010 11101111 100 11101 0 110 100100011 1000100 1010000

Color Harmonies of #E5AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAEF

Black with #E5AAEF

Text Example


Text Example

White with #E5AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAEF; }

 p { color: rgb(229,170,239); }

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

background-color css

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

 a { background-color: rgb(229,170,239); }

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

border-color css

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

 span { border-color: rgb(229,170,239); }

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