Html Css Color HEX #EAA9E9 Plum

📋 copy color: '#EAA9E9'

red 234 ◦ green 169 ◦ blue 233

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

Shades of Plum #EAA9E9

Tints of Plum #EAA9E9

RGB

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

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

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

R = 36.79%
G = 26.57%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EAA9E9 (or 0xEAA9E9) is known color: Plum. HEX triplet: EA, A9 and E9. RGB value is (234,169,233). Sum of RGB (Red+Green+Blue) = 234+169+233=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9E9 is #155616. Grayscale: #C3C3C3. Windows color (decimal): -1398295 or 15313386. OLE color: 15313386.

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

Color convert

RGB 234 169 233 -
CMYK 0 0.28 0.00 0.08
HSL 300.92º 0.61% 0.79% -
HSV(B) 300.92º 0.28% 0.92% -
XYZ 62.83 51.75 83.77 -
YUV 195.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 234 169 233 0 0.28 0.00 0.08 300.92 0.61 0.79
Hex EA A9 E9 0 1C 0 8 12D 3D 4F
Octal 352 251 351 0 34 0 10 455 75 117
Binary 11101010 10101001 11101001 0 11100 0 1000 100101101 111101 1001111

Color Harmonies of #EAA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9E9

Black with #EAA9E9

Text Example


Text Example

White with #EAA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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