#EAABF0

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

Shades of Plum #EAABF0

Tints of Plum #EAABF0

Color information

#EAABF0 (or 0xEAABF0) is unknown color: approx Plum. HEX triplet: EA, AB and F0. RGB value is (234,171,240). Sum of RGB (Red+Green+Blue) = 234+171+240=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABF0 is #15540F. Grayscale: #C5C5C5. Windows color (decimal): -1397776 or 15772650. OLE color: 15772650.

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

Color convert

RGB234171240-
CMYK0.020.2900.06
HSL294.78º69.7%80.59%-
HSV(B)294.78º28.75%94.12%-
XYZ64.2252.9189.27-
YUV197.7151.87153.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 171 (67.19% from 255) = 26.51%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=36.28%
G=26.51%
B=37.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341712400.020.2900.06294.7869.780.59
HexEAABF021D061274651
Octal35225336023506447106121
Binary1110101010101011111100001011101011010010011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABF0; }

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

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

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

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

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

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

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

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