#EB9CF1

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

Shades of Plum #EB9CF1

Tints of Plum #EB9CF1

Color information

#EB9CF1 (or 0xEB9CF1) is unknown color: approx Plum. HEX triplet: EB, 9C and F1. RGB value is (235,156,241). Sum of RGB (Red+Green+Blue) = 235+156+241=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB9CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CF1 is #14630E. Grayscale: #BDBDBD. Windows color (decimal): -1336079 or 15834347. OLE color: 15834347.

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

Color convert

RGB235156241-
CMYK0.020.3500.05
HSL295.76º75.22%77.84%-
HSV(B)295.76º35.27%94.51%-
XYZ62.0347.7989.17-
YUV189.31157.17160.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 156 (61.33% from 255) = 24.68%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=37.18%
G=24.68%
B=38.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351562410.020.3500.05295.7675.2277.84
HexEB9CF1223051284b4e
Octal35323436124305450113116
Binary11101011100111001111000110100011010110010100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CF1; }

 p { color: rgb(235,156,241); }

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

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

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

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

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

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

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