#EAACF1

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

Shades of Plum #EAACF1

Tints of Plum #EAACF1

Color information

#EAACF1 (or 0xEAACF1) is unknown color: approx Plum. HEX triplet: EA, AC and F1. RGB value is (234,172,241). Sum of RGB (Red+Green+Blue) = 234+172+241=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF1 is #15530E. Grayscale: #C6C6C6. Windows color (decimal): -1397519 or 15838442. OLE color: 15838442.

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

Color convert

RGB234172241-
CMYK0.030.2900.05
HSL293.91º71.13%80.98%-
HSV(B)293.91º28.63%94.51%-
XYZ64.5653.3590.11-
YUV198.4152.04153.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=36.17%
G=26.58%
B=37.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341722410.030.2900.05293.9171.1380.98
HexEAACF131D051264751
Octal35225436133505446107121
Binary1110101010101100111100011111101010110010011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACF1; }

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

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

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

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

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

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

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

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