#EAA9F0

Color #EAA9F0 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #EAA9F0

Tints of Plum #EAA9F0

Color information

#EAA9F0 (or 0xEAA9F0) is unknown color: approx Plum. HEX triplet: EA, A9 and F0. RGB value is (234,169,240). Sum of RGB (Red+Green+Blue) = 234+169+240=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAA9F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9F0 is #15560F. Grayscale: #C4C4C4. Windows color (decimal): -1398288 or 15772138. OLE color: 15772138.

HSL color Cylindrical-coordinate representation of color #EAA9F0: hue angle of 294.93º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA9F0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234169240-
CMYK0.020.3000.06
HSL294.93º70.3%80.2%-
HSV(B)294.93º29.58%94.12%-
XYZ63.8552.1689.14-
YUV196.53152.53154.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 169 (66.41% from 255) = 26.28%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=36.39%
G=26.28%
B=37.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341692400.020.3000.06294.9370.380.2
HexEAA9F021E061274650
Octal35225136023606447106120
Binary1110101010101001111100001011110011010010011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9F0; }

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

 H1.HeaderClassName
 {
   color: #EAA9F0;
 }
 .AnyTagClassName
 {
   color: #EAA9F0;
 }
</style>
background-color css

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

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

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

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

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

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