#EA9CEB

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

Shades of Plum #EA9CEB

Tints of Plum #EA9CEB

Color information

#EA9CEB (or 0xEA9CEB) is unknown color: approx Plum. HEX triplet: EA, 9C and EB. RGB value is (234,156,235). Sum of RGB (Red+Green+Blue) = 234+156+235=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CEB is #156314. Grayscale: #BCBCBC. Windows color (decimal): -1401621 or 15441130. OLE color: 15441130.

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

Color convert

RGB234156235-
CMYK0.000.3400.08
HSL299.24º66.39%76.67%-
HSV(B)299.24º33.62%92.16%-
XYZ60.8247.2784.52-
YUV188.33154.34160.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 156 (61.33% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=37.44%
G=24.96%
B=37.6%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341562350.000.3400.08299.2466.3976.67
HexEA9CEB0220812b424d
Octal352234353042010453102115
Binary11101010100111001110101101000100100010010101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CEB; }

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

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

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

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

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

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

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

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