#EB9DE7

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

Shades of Plum #EB9DE7

Tints of Plum #EB9DE7

Color information

#EB9DE7 (or 0xEB9DE7) is unknown color: approx Plum. HEX triplet: EB, 9D and E7. RGB value is (235,157,231). Sum of RGB (Red+Green+Blue) = 235+157+231=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DE7 is #146218. Grayscale: #BCBCBC. Windows color (decimal): -1335833 or 15179243. OLE color: 15179243.

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

Color convert

RGB235157231-
CMYK00.330.020.08
HSL303.08º66.1%76.86%-
HSV(B)303.08º33.19%92.16%-
XYZ60.7447.5581.58-
YUV188.76151.84160.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=37.72%
G=25.20%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515723100.330.020.08303.0866.176.86
HexEB9DE70212812f424d
Octal353235347041210457102115
Binary111010111001110111100111010000110100010010111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DE7; }

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

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

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

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

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

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

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

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