#EBAEEB

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

Shades of Plum #EBAEEB

Tints of Plum #EBAEEB

Color information

#EBAEEB (or 0xEBAEEB) is unknown color: approx Plum. HEX triplet: EB, AE and EB. RGB value is (235,174,235). Sum of RGB (Red+Green+Blue) = 235+174+235=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEEB is #145114. Grayscale: #C7C7C7. Windows color (decimal): -1331477 or 15445739. OLE color: 15445739.

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

Color convert

RGB235174235-
CMYK00.2600.08
HSL300º60.4%80.2%-
HSV(B)300º25.96%92.16%-
XYZ64.3953.9385.61-
YUV199.19148.21153.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=36.49%
G=27.02%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517423500.2600.0830060.480.2
HexEBAEEB01A0812c3c50
Octal35325635303201045474120
Binary111010111010111011101011011010010001001011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEEB; }

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

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

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

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

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

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

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

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