#EAB1EE

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

Shades of Plum #EAB1EE

Tints of Plum #EAB1EE

Color information

#EAB1EE (or 0xEAB1EE) is unknown color: approx Plum. HEX triplet: EA, B1 and EE. RGB value is (234,177,238). Sum of RGB (Red+Green+Blue) = 234+177+238=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1EE is #154E11. Grayscale: #C8C8C8. Windows color (decimal): -1396242 or 15643114. OLE color: 15643114.

HSL color Cylindrical-coordinate representation of color #EAB1EE: hue angle of 296.07º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB1EE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234177238-
CMYK0.020.2600.07
HSL296.07º64.21%81.37%-
HSV(B)296.07º25.63%93.33%-
XYZ65.0955.1188.1-
YUV201148.88151.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 177 (69.53% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=36.06%
G=27.27%
B=36.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341772380.020.2600.07296.0764.2181.37
HexEAB1EE21A071284051
Octal35226135623207450100121
Binary1110101010110001111011101011010011110010100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1EE; }

 p { color: rgb(234,177,238); }

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

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

 a { background-color: rgb(234,177,238); }

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

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

 span { border-color: rgb(234,177,238); }

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