Html Css Color HEX #EAA9E5 Plum

📋 copy color: '#EAA9E5'

red 234 ◦ green 169 ◦ blue 229

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

Shades of Plum #EAA9E5

Tints of Plum #EAA9E5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.74%

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 37.03%
G = 26.74%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAA9E5 (or 0xEAA9E5) is known color: Plum. HEX triplet: EA, A9 and E5. RGB value is (234,169,229). Sum of RGB (Red+Green+Blue) = 234+169+229=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9E5 is #15561A. Grayscale: #C3C3C3. Windows color (decimal): -1398299 or 15051242. OLE color: 15051242.

HSL color Cylindrical-coordinate representation of color #EAA9E5: hue angle of 304.62º degrees, saturation: 0.61, 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 #EAA9E5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 229 -
CMYK 0 0.28 0.02 0.08
HSL 304.62º 0.61% 0.79% -
HSV(B) 304.62º 0.28% 0.92% -
XYZ 62.26 51.53 80.79 -
YUV 195.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 234 169 229 0 0.28 0.02 0.08 304.62 0.61 0.79
Hex EA A9 E5 0 1C 2 8 131 3D 4F
Octal 352 251 345 0 34 2 10 461 75 117
Binary 11101010 10101001 11100101 0 11100 10 1000 100110001 111101 1001111

Color Harmonies of #EAA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9E5

Black with #EAA9E5

Text Example


Text Example

White with #EAA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9E5; }

 p { color: rgb(234,169,229); }

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

background-color css

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

 a { background-color: rgb(234,169,229); }

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

border-color css

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

 span { border-color: rgb(234,169,229); }

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