#EB9FE5

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

Shades of Plum #EB9FE5

Tints of Plum #EB9FE5

Color information

#EB9FE5 (or 0xEB9FE5) is unknown color: approx Plum. HEX triplet: EB, 9F and E5. RGB value is (235,159,229). Sum of RGB (Red+Green+Blue) = 235+159+229=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FE5 is #14601A. Grayscale: #BDBDBD. Windows color (decimal): -1335323 or 15048683. OLE color: 15048683.

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

Color convert

RGB235159229-
CMYK00.320.030.08
HSL304.74º65.52%77.25%-
HSV(B)304.74º32.34%92.16%-
XYZ60.848.1280.21-
YUV189.7150.18160.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=37.72%
G=25.52%
B=36.76%

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
Decimal23515922900.320.030.08304.7465.5277.25
HexEB9FE502038131424d
Octal353237345040310461102115
Binary111010111001111111100101010000011100010011000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FE5; }

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

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

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

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

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

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

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

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