Html Css Color HEX #E9AAEB Plum

📋 copy color: '#E9AAEB'

red 233 ◦ green 170 ◦ blue 235

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

Shades of Plum #E9AAEB

Tints of Plum #E9AAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.83%

R = 36.52%
G = 26.65%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9AAEB (or 0xE9AAEB) is known color: Plum. HEX triplet: E9, AA and EB. RGB value is (233,170,235). Sum of RGB (Red+Green+Blue) = 233+170+235=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9AAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAEB is #165514. Grayscale: #C4C4C4. Windows color (decimal): -1463573 or 15444713. OLE color: 15444713.

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

Color convert

RGB 233 170 235 -
CMYK 0.01 0.28 0 0.08
HSL 298.15º 0.62% 0.79% -
HSV(B) 298.15º 0.28% 0.92% -
XYZ 62.97 52.07 85.33 -
YUV 196.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 233 170 235 0.01 0.28 0 0.08 298.15 0.62 0.79
Hex E9 AA EB 1 1C 0 8 12A 3E 4F
Octal 351 252 353 1 34 0 10 452 76 117
Binary 11101001 10101010 11101011 1 11100 0 1000 100101010 111110 1001111

Color Harmonies of #E9AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AAEB

Black with #E9AAEB

Text Example


Text Example

White with #E9AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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