#EB9DF2

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

Shades of Plum #EB9DF2

Tints of Plum #EB9DF2

Color information

#EB9DF2 (or 0xEB9DF2) is unknown color: approx Plum. HEX triplet: EB, 9D and F2. RGB value is (235,157,242). Sum of RGB (Red+Green+Blue) = 235+157+242=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB9DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DF2 is #14620D. Grayscale: #BDBDBD. Windows color (decimal): -1335822 or 15900139. OLE color: 15900139.

HSL color Cylindrical-coordinate representation of color #EB9DF2: hue angle of 295.06º degrees, saturation: 0.77, 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 #EB9DF2 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235157242-
CMYK0.030.3500.05
HSL295.06º76.58%78.24%-
HSV(B)295.06º35.12%94.9%-
XYZ62.3448.1990.02-
YUV190.01157.34160.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 157 (61.72% from 255) = 24.76%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=37.07%
G=24.76%
B=38.17%

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
Decimal2351572420.030.3500.05295.0676.5878.24
HexEB9DF2323051274d4e
Octal35323536234305447115116
Binary11101011100111011111001011100011010110010011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DF2; }

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

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

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

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

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

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

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

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