#EA9AE8

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

Shades of Plum #EA9AE8

Tints of Plum #EA9AE8

Color information

#EA9AE8 (or 0xEA9AE8) is unknown color: approx Plum. HEX triplet: EA, 9A and E8. RGB value is (234,154,232). Sum of RGB (Red+Green+Blue) = 234+154+232=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AE8 is #156517. Grayscale: #BABABA. Windows color (decimal): -1402136 or 15244010. OLE color: 15244010.

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

Color convert

RGB234154232-
CMYK00.340.010.08
HSL301.5º65.57%76.08%-
HSV(B)301.5º34.19%91.76%-
XYZ60.0546.4382.14-
YUV186.81153.5161.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 154 (60.55% from 255) = 24.84%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=37.74%
G=24.84%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415423200.340.010.08301.565.5776.08
HexEA9AE80221812e424c
Octal352232350042110456102114
Binary11101010100110101110100001000101100010010111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AE8; }

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

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

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

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

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

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

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

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