#EA9BEC

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

Shades of Plum #EA9BEC

Tints of Plum #EA9BEC

Color information

#EA9BEC (or 0xEA9BEC) is unknown color: approx Plum. HEX triplet: EA, 9B and EC. RGB value is (234,155,236). Sum of RGB (Red+Green+Blue) = 234+155+236=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA9BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BEC is #156413. Grayscale: #BBBBBB. Windows color (decimal): -1401876 or 15506410. OLE color: 15506410.

HSL color Cylindrical-coordinate representation of color #EA9BEC: hue angle of 298.52º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9BEC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234155236-
CMYK0.010.3400.07
HSL298.52º68.07%76.67%-
HSV(B)298.52º34.32%92.55%-
XYZ60.7946.9985.22-
YUV187.86155.17160.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 155 (60.94% from 255) = 24.8%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=37.44%
G=24.8%
B=37.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341552360.010.3400.07298.5268.0776.67
HexEA9BEC1220712b444d
Octal35223335414207453104115
Binary1110101010011011111011001100010011110010101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BEC; }

 p { color: rgb(234,155,236); }

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

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

 a { background-color: rgb(234,155,236); }

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

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

 span { border-color: rgb(234,155,236); }

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