#EBAEEA

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

Shades of Plum #EBAEEA

Tints of Plum #EBAEEA

Color information

#EBAEEA (or 0xEBAEEA) is unknown color: approx Plum. HEX triplet: EB, AE and EA. RGB value is (235,174,234). Sum of RGB (Red+Green+Blue) = 235+174+234=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEEA is #145115. Grayscale: #C6C6C6. Windows color (decimal): -1331478 or 15380203. OLE color: 15380203.

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

Color convert

RGB235174234-
CMYK00.260.000.08
HSL300.98º60.4%80.2%-
HSV(B)300.98º25.96%92.16%-
XYZ64.2553.8784.85-
YUV199.08147.71153.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 174 (68.36% from 255) = 27.06%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=36.55%
G=27.06%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517423400.260.000.08300.9860.480.2
HexEBAEEA01A0812d3c50
Octal35325635203201045574120
Binary111010111010111011101010011010010001001011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEEA; }

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

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

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

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

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

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

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

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