Html Css Color HEX #EAA9E1 Plum

📋 copy color: '#EAA9E1'

red 234 ◦ green 169 ◦ blue 225

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

Shades of Plum #EAA9E1

Tints of Plum #EAA9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.83%

R = 37.26%
G = 26.91%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAA9E1 (or 0xEAA9E1) is known color: Plum. HEX triplet: EA, A9 and E1. RGB value is (234,169,225). Sum of RGB (Red+Green+Blue) = 234+169+225=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9E1 is #15561E. Grayscale: #C2C2C2. Windows color (decimal): -1398303 or 14789098. OLE color: 14789098.

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

Color convert

RGB 234 169 225 -
CMYK 0 0.28 0.04 0.08
HSL 308.31º 0.61% 0.79% -
HSV(B) 308.31º 0.28% 0.92% -
XYZ 61.71 51.3 77.88 -
YUV 194.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 234 169 225 0 0.28 0.04 0.08 308.31 0.61 0.79
Hex EA A9 E1 0 1C 4 8 134 3D 4F
Octal 352 251 341 0 34 4 10 464 75 117
Binary 11101010 10101001 11100001 0 11100 100 1000 100110100 111101 1001111

Color Harmonies of #EAA9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9E1

Black with #EAA9E1

Text Example


Text Example

White with #EAA9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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