#EB9AEC

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

Shades of Plum #EB9AEC

Tints of Plum #EB9AEC

Color information

#EB9AEC (or 0xEB9AEC) is unknown color: approx Plum. HEX triplet: EB, 9A and EC. RGB value is (235,154,236). Sum of RGB (Red+Green+Blue) = 235+154+236=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB9AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AEC is #146513. Grayscale: #BBBBBB. Windows color (decimal): -1336596 or 15506155. OLE color: 15506155.

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

Color convert

RGB235154236-
CMYK0.000.3500.07
HSL299.27º68.33%76.47%-
HSV(B)299.27º34.75%92.55%-
XYZ60.9646.8385.18-
YUV187.57155.34161.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 154 (60.55% from 255) = 24.64%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=37.6%
G=24.64%
B=37.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351542360.000.3500.07299.2768.3376.47
HexEB9AEC0230712b444c
Octal35323235404307453104114
Binary1110101110011010111011000100011011110010101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AEC; }

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

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

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

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

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

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

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

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