#EB9AE3

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

Shades of Plum #EB9AE3

Tints of Plum #EB9AE3

Color information

#EB9AE3 (or 0xEB9AE3) is unknown color: approx Plum. HEX triplet: EB, 9A and E3. RGB value is (235,154,227). Sum of RGB (Red+Green+Blue) = 235+154+227=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9AE3 is #14651C. Grayscale: #BABABA. Windows color (decimal): -1336605 or 14916331. OLE color: 14916331.

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

Color convert

RGB235154227-
CMYK00.340.030.08
HSL305.93º66.94%76.27%-
HSV(B)305.93º34.47%92.16%-
XYZ59.6846.3278.47-
YUV186.54150.84162.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=38.15%
G=25%
B=36.85%

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
Decimal23515422700.340.030.08305.9366.9476.27
HexEB9AE302238132434c
Octal353232343042310462103114
Binary111010111001101011100011010001011100010011001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AE3; }

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

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

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

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

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

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

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

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