Html Css Color HEX #E9AAF1 Plum

📋 copy color: '#E9AAF1'

red 233 ◦ green 170 ◦ blue 241

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

Shades of Plum #E9AAF1

Tints of Plum #E9AAF1

RGB

 RED value IS 233 (91.41% from 255) = 36.18%

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

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 36.18%
G = 26.4%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9AAF1 (or 0xE9AAF1) is known color: Plum. HEX triplet: E9, AA and F1. RGB value is (233,170,241). Sum of RGB (Red+Green+Blue) = 233+170+241=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAF1 is #16550E. Grayscale: #C4C4C4. Windows color (decimal): -1463567 or 15837929. OLE color: 15837929.

HSL color Cylindrical-coordinate representation of color #E9AAF1: hue angle of 293.24º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9AAF1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 170 241 -
CMYK 0.03 0.29 0 0.05
HSL 293.24º 0.72% 0.81% -
HSV(B) 293.24º 0.29% 0.95% -
XYZ 63.86 52.42 89.97 -
YUV 196.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 233 170 241 0.03 0.29 0 0.05 293.24 0.72 0.81
Hex E9 AA F1 3 1D 0 5 125 48 51
Octal 351 252 361 3 35 0 5 445 110 121
Binary 11101001 10101010 11110001 11 11101 0 101 100100101 1001000 1010001

Color Harmonies of #E9AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AAF1

Black with #E9AAF1

Text Example


Text Example

White with #E9AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AAF1; }

 p { color: rgb(233,170,241); }

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

background-color css

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

 a { background-color: rgb(233,170,241); }

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

border-color css

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

 span { border-color: rgb(233,170,241); }

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