#EB9DE1

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

Shades of Plum #EB9DE1

Tints of Plum #EB9DE1

Color information

#EB9DE1 (or 0xEB9DE1) is unknown color: approx Plum. HEX triplet: EB, 9D and E1. RGB value is (235,157,225). Sum of RGB (Red+Green+Blue) = 235+157+225=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DE1 is #14621E. Grayscale: #BBBBBB. Windows color (decimal): -1335839 or 14786027. OLE color: 14786027.

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

Color convert

RGB235157225-
CMYK00.330.040.08
HSL307.69º66.1%76.86%-
HSV(B)307.69º33.19%92.16%-
XYZ59.9147.2177.19-
YUV188.07148.84161.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 157 (61.72% from 255) = 25.45%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=38.09%
G=25.45%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515722500.330.040.08307.6966.176.86
HexEB9DE102148134424d
Octal353235341041410464102115
Binary1110101110011101111000010100001100100010011010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DE1; }

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

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

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

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

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

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

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

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