Html Css Color HEX #EAAEE9 Plum

📋 copy color: '#EAAEE9'

red 234 ◦ green 174 ◦ blue 233

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

Shades of Plum #EAAEE9

Tints of Plum #EAAEE9

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

RGB 234 174 233 -
CMYK 0 0.26 0.00 0.08
HSL 301º 0.59% 0.8% -
HSV(B) 301º 0.26% 0.92% -
XYZ 63.78 53.65 84.08 -
YUV 198.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 234 174 233 0 0.26 0.00 0.08 301 0.59 0.8
Hex EA AE E9 0 1A 0 8 12D 3B 50
Octal 352 256 351 0 32 0 10 455 73 120
Binary 11101010 10101110 11101001 0 11010 0 1000 100101101 111011 1010000

Color Harmonies of #EAAEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEE9

Black with #EAAEE9

Text Example


Text Example

White with #EAAEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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