#EAABEB

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

Shades of Plum #EAABEB

Tints of Plum #EAABEB

Color information

#EAABEB (or 0xEAABEB) is unknown color: approx Plum. HEX triplet: EA, AB and EB. RGB value is (234,171,235). Sum of RGB (Red+Green+Blue) = 234+171+235=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABEB is #155414. Grayscale: #C4C4C4. Windows color (decimal): -1397781 or 15444970. OLE color: 15444970.

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

Color convert

RGB234171235-
CMYK0.000.2700.08
HSL299.06º61.54%79.61%-
HSV(B)299.06º27.23%92.16%-
XYZ63.4952.6285.41-
YUV197.13149.37154.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=36.56%
G=26.72%
B=36.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341712350.000.2700.08299.0661.5479.61
HexEAABEB01B0812b3e50
Octal35225335303301045376120
Binary111010101010101111101011011011010001001010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABEB; }

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

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

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

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

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

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

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

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