#EA9AEB

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

Shades of Plum #EA9AEB

Tints of Plum #EA9AEB

Color information

#EA9AEB (or 0xEA9AEB) is unknown color: approx Plum. HEX triplet: EA, 9A and EB. RGB value is (234,154,235). Sum of RGB (Red+Green+Blue) = 234+154+235=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA9AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AEB is #156514. Grayscale: #BABABA. Windows color (decimal): -1402133 or 15440618. OLE color: 15440618.

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

Color convert

RGB234154235-
CMYK0.000.3400.08
HSL299.26º66.94%76.27%-
HSV(B)299.26º34.47%92.16%-
XYZ60.4846.684.4-
YUV187.15155161.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=37.56%
G=24.72%
B=37.72%

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
Decimal2341542350.000.3400.08299.2666.9476.27
HexEA9AEB0220812b434c
Octal352232353042010453103114
Binary11101010100110101110101101000100100010010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AEB; }

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

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

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

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

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

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

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

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