#EB9CE3

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

Shades of Plum #EB9CE3

Tints of Plum #EB9CE3

Color information

#EB9CE3 (or 0xEB9CE3) is unknown color: approx Plum. HEX triplet: EB, 9C and E3. RGB value is (235,156,227). Sum of RGB (Red+Green+Blue) = 235+156+227=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CE3 is #14631C. Grayscale: #BBBBBB. Windows color (decimal): -1336093 or 14916843. OLE color: 14916843.

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

Color convert

RGB235156227-
CMYK00.340.030.08
HSL306.08º66.39%76.67%-
HSV(B)306.08º33.62%92.16%-
XYZ60.0146.9978.58-
YUV187.71150.17161.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=38.03%
G=25.24%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515622700.340.030.08306.0866.3976.67
HexEB9CE302238132424d
Octal353234343042310462102115
Binary111010111001110011100011010001011100010011001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CE3; }

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

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

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

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

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

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

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

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