Html Css Color HEX #E4AAEF Plum

📋 copy color: '#E4AAEF'

red 228 ◦ green 170 ◦ blue 239

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

Shades of Plum #E4AAEF

Tints of Plum #E4AAEF

RGB

 RED value IS 228 (89.45% from 255) = 35.79%

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

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

R = 35.79%
G = 26.69%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E4AAEF (or 0xE4AAEF) is known color: Plum. HEX triplet: E4, AA and EF. RGB value is (228,170,239). Sum of RGB (Red+Green+Blue) = 228+170+239=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAEF is #1B5510. Grayscale: #C2C2C2. Windows color (decimal): -1791249 or 15706852. OLE color: 15706852.

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

Color convert

RGB 228 170 239 -
CMYK 0.05 0.29 0 0.06
HSL 290.43º 0.68% 0.8% -
HSV(B) 290.43º 0.29% 0.94% -
XYZ 61.95 51.48 88.33 -
YUV 195.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 228 170 239 0.05 0.29 0 0.06 290.43 0.68 0.8
Hex E4 AA EF 5 1D 0 6 122 44 50
Octal 344 252 357 5 35 0 6 442 104 120
Binary 11100100 10101010 11101111 101 11101 0 110 100100010 1000100 1010000

Color Harmonies of #E4AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AAEF

Black with #E4AAEF

Text Example


Text Example

White with #E4AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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