#EA9AE7

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

Shades of Plum #EA9AE7

Tints of Plum #EA9AE7

Color information

#EA9AE7 (or 0xEA9AE7) is unknown color: approx Plum. HEX triplet: EA, 9A and E7. RGB value is (234,154,231). Sum of RGB (Red+Green+Blue) = 234+154+231=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AE7 is #156518. Grayscale: #BABABA. Windows color (decimal): -1402137 or 15178474. OLE color: 15178474.

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

Color convert

RGB234154231-
CMYK00.340.010.08
HSL302.25º65.57%76.08%-
HSV(B)302.25º34.19%91.76%-
XYZ59.9146.3781.39-
YUV186.7153161.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=37.80%
G=24.88%
B=37.32%

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
Decimal23415423100.340.010.08302.2565.5776.08
HexEA9AE70221812e424c
Octal352232347042110456102114
Binary11101010100110101110011101000101100010010111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AE7; }

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

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

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

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

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

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

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

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