#EAAFF0

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

Shades of Plum #EAAFF0

Tints of Plum #EAAFF0

Color information

#EAAFF0 (or 0xEAAFF0) is unknown color: approx Plum. HEX triplet: EA, AF and F0. RGB value is (234,175,240). Sum of RGB (Red+Green+Blue) = 234+175+240=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF0 is #15500F. Grayscale: #C7C7C7. Windows color (decimal): -1396752 or 15773674. OLE color: 15773674.

HSL color Cylindrical-coordinate representation of color #EAAFF0: hue angle of 294.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAFF0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234175240-
CMYK0.020.2700.06
HSL294.46º68.42%81.37%-
HSV(B)294.46º27.08%94.12%-
XYZ64.9954.4489.52-
YUV200.05150.55152.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=36.06%
G=26.96%
B=36.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341752400.020.2700.06294.4668.4281.37
HexEAAFF021B061264451
Octal35225736023306446104121
Binary1110101010101111111100001011011011010010011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFF0; }

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

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

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

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

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

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

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

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