#EAAEF0

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

Shades of Plum #EAAEF0

Tints of Plum #EAAEF0

Color information

#EAAEF0 (or 0xEAAEF0) is unknown color: approx Plum. HEX triplet: EA, AE and F0. RGB value is (234,174,240). Sum of RGB (Red+Green+Blue) = 234+174+240=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF0 is #15510F. Grayscale: #C7C7C7. Windows color (decimal): -1397008 or 15773418. OLE color: 15773418.

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

Color convert

RGB234174240-
CMYK0.020.2800.06
HSL294.55º68.75%81.18%-
HSV(B)294.55º27.5%94.12%-
XYZ64.854.0689.46-
YUV199.46150.88152.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=36.11%
G=26.85%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341742400.020.2800.06294.5568.7581.18
HexEAAEF021C061274551
Octal35225636023406447105121
Binary1110101010101110111100001011100011010010011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEF0; }

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

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

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

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

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

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

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

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