#EAAEF1

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

Shades of Plum #EAAEF1

Tints of Plum #EAAEF1

Color information

#EAAEF1 (or 0xEAAEF1) is unknown color: approx Plum. HEX triplet: EA, AE and F1. RGB value is (234,174,241). Sum of RGB (Red+Green+Blue) = 234+174+241=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAAEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF1 is #15510E. Grayscale: #C7C7C7. Windows color (decimal): -1397007 or 15838954. OLE color: 15838954.

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

Color convert

RGB234174241-
CMYK0.030.2800.05
HSL293.73º70.53%81.37%-
HSV(B)293.73º27.8%94.51%-
XYZ64.9454.1290.24-
YUV199.58151.38152.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 174 (68.36% from 255) = 26.81%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=36.06%
G=26.81%
B=37.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341742410.030.2800.05293.7370.5381.37
HexEAAEF131C051264751
Octal35225636133405446107121
Binary1110101010101110111100011111100010110010011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEF1; }

 p { color: rgb(234,174,241); }

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

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

 a { background-color: rgb(234,174,241); }

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

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

 span { border-color: rgb(234,174,241); }

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