#EB9AE4

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

Shades of Plum #EB9AE4

Tints of Plum #EB9AE4

Color information

#EB9AE4 (or 0xEB9AE4) is unknown color: approx Plum. HEX triplet: EB, 9A and E4. RGB value is (235,154,228). Sum of RGB (Red+Green+Blue) = 235+154+228=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9AE4 is #14651B. Grayscale: #BABABA. Windows color (decimal): -1336604 or 14981867. OLE color: 14981867.

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

Color convert

RGB235154228-
CMYK00.340.030.08
HSL305.19º66.94%76.27%-
HSV(B)305.19º34.47%92.16%-
XYZ59.8246.3779.2-
YUV186.66151.34162.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=38.09%
G=24.96%
B=36.95%

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
Decimal23515422800.340.030.08305.1966.9476.27
HexEB9AE402238131434c
Octal353232344042310461103114
Binary111010111001101011100100010001011100010011000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AE4; }

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

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

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

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

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

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

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

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