Html Css Color HEX #E9AAF2 Plum

📋 copy color: '#E9AAF2'

red 233 ◦ green 170 ◦ blue 242

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

Shades of Plum #E9AAF2

Tints of Plum #E9AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 36.12%
G = 26.36%
B = 37.52%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9AAF2 (or 0xE9AAF2) is known color: Plum. HEX triplet: E9, AA and F2. RGB value is (233,170,242). Sum of RGB (Red+Green+Blue) = 233+170+242=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAF2 is #16550D. Grayscale: #C4C4C4. Windows color (decimal): -1463566 or 15903465. OLE color: 15903465.

HSL color Cylindrical-coordinate representation of color #E9AAF2: hue angle of 292.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9AAF2 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 170 242 -
CMYK 0.04 0.30 0 0.05
HSL 292.5º 0.73% 0.81% -
HSV(B) 292.5º 0.3% 0.95% -
XYZ 64.01 52.48 90.76 -
YUV 197.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 233 170 242 0.04 0.30 0 0.05 292.5 0.73 0.81
Hex E9 AA F2 4 1E 0 5 124 49 51
Octal 351 252 362 4 36 0 5 444 111 121
Binary 11101001 10101010 11110010 100 11110 0 101 100100100 1001001 1010001

Color Harmonies of #E9AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AAF2

Black with #E9AAF2

Text Example


Text Example

White with #E9AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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