#EA9EE1

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

Shades of Plum #EA9EE1

Tints of Plum #EA9EE1

Color information

#EA9EE1 (or 0xEA9EE1) is unknown color: approx Plum. HEX triplet: EA, 9E and E1. RGB value is (234,158,225). Sum of RGB (Red+Green+Blue) = 234+158+225=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9EE1 is #15611E. Grayscale: #BCBCBC. Windows color (decimal): -1401119 or 14786282. OLE color: 14786282.

HSL color Cylindrical-coordinate representation of color #EA9EE1: hue angle of 307.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9EE1 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234158225-
CMYK00.320.040.08
HSL307.11º64.41%76.86%-
HSV(B)307.11º32.48%91.76%-
XYZ59.7547.3877.23-
YUV188.36148.68160.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 158 (62.11% from 255) = 25.61%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=37.93%
G=25.61%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415822500.320.040.08307.1164.4176.86
HexEA9EE102048133404d
Octal352236341040410463100115
Binary1110101010011110111000010100000100100010011001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EE1; }

 p { color: rgb(234,158,225); }

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

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

 a { background-color: rgb(234,158,225); }

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

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

 span { border-color: rgb(234,158,225); }

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