Html Css Color HEX #E9ADEA Plum

📋 copy color: '#E9ADEA'

red 233 ◦ green 173 ◦ blue 234

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

Shades of Plum #E9ADEA

Tints of Plum #E9ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.03%

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

R = 36.41%
G = 27.03%
B = 36.56%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9ADEA (or 0xE9ADEA) is known color: Plum. HEX triplet: E9, AD and EA. RGB value is (233,173,234). Sum of RGB (Red+Green+Blue) = 233+173+234=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADEA is #165215. Grayscale: #C5C5C5. Windows color (decimal): -1462806 or 15379945. OLE color: 15379945.

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

Color convert

RGB 233 173 234 -
CMYK 0.00 0.26 0 0.08
HSL 299.02º 0.59% 0.8% -
HSV(B) 299.02º 0.26% 0.92% -
XYZ 63.4 53.15 84.76 -
YUV 197.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 233 173 234 0.00 0.26 0 0.08 299.02 0.59 0.8
Hex E9 AD EA 0 1A 0 8 12B 3B 50
Octal 351 255 352 0 32 0 10 453 73 120
Binary 11101001 10101101 11101010 0 11010 0 1000 100101011 111011 1010000

Color Harmonies of #E9ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ADEA

Black with #E9ADEA

Text Example


Text Example

White with #E9ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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