Html Css Color HEX #E9A1EB Plum

📋 copy color: '#E9A1EB'

red 233 ◦ green 161 ◦ blue 235

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

Shades of Plum #E9A1EB

Tints of Plum #E9A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.6%

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

R = 37.04%
G = 25.6%
B = 37.36%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9A1EB (or 0xE9A1EB) is known color: Plum. HEX triplet: E9, A1 and EB. RGB value is (233,161,235). Sum of RGB (Red+Green+Blue) = 233+161+235=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9A1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A1EB is #165E14. Grayscale: #BEBEBE. Windows color (decimal): -1465877 or 15442409. OLE color: 15442409.

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

Color convert

RGB 233 161 235 -
CMYK 0.01 0.31 0 0.08
HSL 298.38º 0.65% 0.78% -
HSV(B) 298.38º 0.31% 0.92% -
XYZ 61.34 48.81 84.79 -
YUV 190.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 233 161 235 0.01 0.31 0 0.08 298.38 0.65 0.78
Hex E9 A1 EB 1 1F 0 8 12A 41 4E
Octal 351 241 353 1 37 0 10 452 101 116
Binary 11101001 10100001 11101011 1 11111 0 1000 100101010 1000001 1001110

Color Harmonies of #E9A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A1EB

Black with #E9A1EB

Text Example


Text Example

White with #E9A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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