#EB9FE8

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

Shades of Plum #EB9FE8

Tints of Plum #EB9FE8

Color information

#EB9FE8 (or 0xEB9FE8) is unknown color: approx Plum. HEX triplet: EB, 9F and E8. RGB value is (235,159,232). Sum of RGB (Red+Green+Blue) = 235+159+232=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FE8 is #146017. Grayscale: #BDBDBD. Windows color (decimal): -1335320 or 15245291. OLE color: 15245291.

HSL color Cylindrical-coordinate representation of color #EB9FE8: hue angle of 302.37º 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 #EB9FE8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235159232-
CMYK00.320.010.08
HSL302.37º65.52%77.25%-
HSV(B)302.37º32.34%92.16%-
XYZ61.2248.2882.44-
YUV190.05151.68160.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 159 (62.5% from 255) = 25.40%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=37.54%
G=25.40%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515923200.320.010.08302.3765.5277.25
HexEB9FE80201812e424d
Octal353237350040110456102115
Binary11101011100111111110100001000001100010010111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FE8; }

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

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

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

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

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

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

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

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