#EB9FE3

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

Shades of Plum #EB9FE3

Tints of Plum #EB9FE3

Color information

#EB9FE3 (or 0xEB9FE3) is unknown color: approx Plum. HEX triplet: EB, 9F and E3. RGB value is (235,159,227). Sum of RGB (Red+Green+Blue) = 235+159+227=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FE3 is #14601C. Grayscale: #BDBDBD. Windows color (decimal): -1335325 or 14917611. OLE color: 14917611.

HSL color Cylindrical-coordinate representation of color #EB9FE3: hue angle of 306.32º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EB9FE3 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235159227-
CMYK00.320.030.08
HSL306.32º65.52%77.25%-
HSV(B)306.32º32.34%92.16%-
XYZ60.524878.75-
YUV189.48149.18160.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=37.84%
G=25.60%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515922700.320.030.08306.3265.5277.25
HexEB9FE302038132424d
Octal353237343040310462102115
Binary111010111001111111100011010000011100010011001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FE3; }

 p { color: rgb(235,159,227); }

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

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

 a { background-color: rgb(235,159,227); }

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

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

 span { border-color: rgb(235,159,227); }

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