#EB9AE1

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

Shades of Plum #EB9AE1

Tints of Plum #EB9AE1

Color information

#EB9AE1 (or 0xEB9AE1) is unknown color: approx Plum. HEX triplet: EB, 9A and E1. RGB value is (235,154,225). Sum of RGB (Red+Green+Blue) = 235+154+225=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9AE1 is #14651E. Grayscale: #BABABA. Windows color (decimal): -1336607 or 14785259. OLE color: 14785259.

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

Color convert

RGB235154225-
CMYK00.340.040.08
HSL307.41º66.94%76.27%-
HSV(B)307.41º34.47%92.16%-
XYZ59.4146.2177.02-
YUV186.31149.84162.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=38.27%
G=25.08%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515422500.340.040.08307.4166.9476.27
HexEB9AE102248133434c
Octal353232341042410463103114
Binary1110101110011010111000010100010100100010011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AE1; }

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

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

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

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

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

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

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

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