Html Css Color HEX #E9AEEA Plum

📋 copy color: '#E9AEEA'

red 233 ◦ green 174 ◦ blue 234

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

Shades of Plum #E9AEEA

Tints of Plum #E9AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.15%

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

R = 36.35%
G = 27.15%
B = 36.51%

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

#E9AEEA (or 0xE9AEEA) is known color: Plum. HEX triplet: E9, AE and EA. RGB value is (233,174,234). Sum of RGB (Red+Green+Blue) = 233+174+234=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9AEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEEA is #165115. Grayscale: #C6C6C6. Windows color (decimal): -1462550 or 15380201. OLE color: 15380201.

HSL color Cylindrical-coordinate representation of color #E9AEEA: hue angle of 299º 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 #E9AEEA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 174 234 -
CMYK 0.00 0.26 0 0.08
HSL 299º 0.59% 0.8% -
HSV(B) 299º 0.26% 0.92% -
XYZ 63.59 53.54 84.82 -
YUV 198.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 233 174 234 0.00 0.26 0 0.08 299 0.59 0.8
Hex E9 AE EA 0 1A 0 8 12B 3B 50
Octal 351 256 352 0 32 0 10 453 73 120
Binary 11101001 10101110 11101010 0 11010 0 1000 100101011 111011 1010000

Color Harmonies of #E9AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AEEA

Black with #E9AEEA

Text Example


Text Example

White with #E9AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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