#EAABEA

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

Shades of Plum #EAABEA

Tints of Plum #EAABEA

Color information

#EAABEA (or 0xEAABEA) is unknown color: approx Plum. HEX triplet: EA, AB and EA. RGB value is (234,171,234). Sum of RGB (Red+Green+Blue) = 234+171+234=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABEA is #155415. Grayscale: #C4C4C4. Windows color (decimal): -1397782 or 15379434. OLE color: 15379434.

HSL color Cylindrical-coordinate representation of color #EAABEA: hue angle of 300º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABEA is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234171234-
CMYK00.2700.08
HSL300º60%79.41%-
HSV(B)300º26.92%91.76%-
XYZ63.3552.5684.65-
YUV197.02148.87154.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=36.62%
G=26.76%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417123400.2700.083006079.41
HexEAABEA01B0812c3c4f
Octal35225335203301045474117
Binary111010101010101111101010011011010001001011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABEA; }

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

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

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

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

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

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

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

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