#EBAEEC

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

Shades of Plum #EBAEEC

Tints of Plum #EBAEEC

Color information

#EBAEEC (or 0xEBAEEC) is unknown color: approx Plum. HEX triplet: EB, AE and EC. RGB value is (235,174,236). Sum of RGB (Red+Green+Blue) = 235+174+236=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEEC is #145113. Grayscale: #C7C7C7. Windows color (decimal): -1331476 or 15511275. OLE color: 15511275.

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

Color convert

RGB235174236-
CMYK0.000.2600.07
HSL299.03º62%80.39%-
HSV(B)299.03º26.27%92.55%-
XYZ64.5453.9986.38-
YUV199.31148.71153.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=36.43%
G=26.98%
B=36.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351742360.000.2600.07299.036280.39
HexEBAEEC01A0712b3e50
Octal3532563540320745376120
Binary11101011101011101110110001101001111001010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEEC; }

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

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

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

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

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

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

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

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