#EAABE9

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

Shades of Plum #EAABE9

Tints of Plum #EAABE9

Color information

#EAABE9 (or 0xEAABE9) is unknown color: approx Plum. HEX triplet: EA, AB and E9. RGB value is (234,171,233). Sum of RGB (Red+Green+Blue) = 234+171+233=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABE9 is #155416. Grayscale: #C4C4C4. Windows color (decimal): -1397783 or 15313898. OLE color: 15313898.

HSL color Cylindrical-coordinate representation of color #EAABE9: hue angle of 300.95º 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 #EAABE9 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234171233-
CMYK00.270.000.08
HSL300.95º60%79.41%-
HSV(B)300.95º26.92%91.76%-
XYZ63.252.583.89-
YUV196.9148.37154.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 171 (67.19% from 255) = 26.80%
BLUE value IS 233 (91.41% from 255) = 36.52%
R=36.68%
G=26.80%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417123300.270.000.08300.956079.41
HexEAABE901B0812d3c4f
Octal35225335103301045574117
Binary111010101010101111101001011011010001001011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABE9; }

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

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

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

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

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

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

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

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