Html Css Color HEX #E9AAEA Plum

📋 copy color: '#E9AAEA'

red 233 ◦ green 170 ◦ blue 234

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

Shades of Plum #E9AAEA

Tints of Plum #E9AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 36.58%
G = 26.69%
B = 36.73%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9AAEA (or 0xE9AAEA) is known color: Plum. HEX triplet: E9, AA and EA. RGB value is (233,170,234). Sum of RGB (Red+Green+Blue) = 233+170+234=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAEA is #165515. Grayscale: #C3C3C3. Windows color (decimal): -1463574 or 15379177. OLE color: 15379177.

HSL color Cylindrical-coordinate representation of color #E9AAEA: hue angle of 299.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AAEA is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 170 234 -
CMYK 0.00 0.27 0 0.08
HSL 299.06º 0.6% 0.79% -
HSV(B) 299.06º 0.27% 0.92% -
XYZ 62.83 52.01 84.57 -
YUV 196.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 233 170 234 0.00 0.27 0 0.08 299.06 0.6 0.79
Hex E9 AA EA 0 1B 0 8 12B 3C 4F
Octal 351 252 352 0 33 0 10 453 74 117
Binary 11101001 10101010 11101010 0 11011 0 1000 100101011 111100 1001111

Color Harmonies of #E9AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AAEA

Black with #E9AAEA

Text Example


Text Example

White with #E9AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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