Html Css Color HEX #EAA9F2 Plum

📋 copy color: '#EAA9F2'

red 234 ◦ green 169 ◦ blue 242

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

Shades of Plum #EAA9F2

Tints of Plum #EAA9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 36.28%
G = 26.2%
B = 37.52%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAA9F2 (or 0xEAA9F2) is known color: Plum. HEX triplet: EA, A9 and F2. RGB value is (234,169,242). Sum of RGB (Red+Green+Blue) = 234+169+242=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9F2 is #15560D. Grayscale: #C4C4C4. Windows color (decimal): -1398286 or 15903210. OLE color: 15903210.

HSL color Cylindrical-coordinate representation of color #EAA9F2: hue angle of 293.42º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA9F2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 169 242 -
CMYK 0.03 0.30 0 0.05
HSL 293.42º 0.74% 0.81% -
HSV(B) 293.42º 0.3% 0.95% -
XYZ 64.15 52.28 90.71 -
YUV 196.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 234 169 242 0.03 0.30 0 0.05 293.42 0.74 0.81
Hex EA A9 F2 3 1E 0 5 125 4A 51
Octal 352 251 362 3 36 0 5 445 112 121
Binary 11101010 10101001 11110010 11 11110 0 101 100100101 1001010 1010001

Color Harmonies of #EAA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9F2

Black with #EAA9F2

Text Example


Text Example

White with #EAA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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