#EB9EF2

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

Shades of Plum #EB9EF2

Tints of Plum #EB9EF2

Color information

#EB9EF2 (or 0xEB9EF2) is unknown color: approx Plum. HEX triplet: EB, 9E and F2. RGB value is (235,158,242). Sum of RGB (Red+Green+Blue) = 235+158+242=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB9EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EF2 is #14610D. Grayscale: #BEBEBE. Windows color (decimal): -1335566 or 15900395. OLE color: 15900395.

HSL color Cylindrical-coordinate representation of color #EB9EF2: hue angle of 295º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB9EF2 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235158242-
CMYK0.030.3500.05
HSL295º76.36%78.43%-
HSV(B)295º34.71%94.9%-
XYZ62.5148.5390.08-
YUV190.6157.01159.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 158 (62.11% from 255) = 24.88%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=37.01%
G=24.88%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351582420.030.3500.0529576.3678.43
HexEB9EF2323051274c4e
Octal35323636234305447114116
Binary11101011100111101111001011100011010110010011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EF2; }

 p { color: rgb(235,158,242); }

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

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

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

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

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

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

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