#EA9FE1

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

Shades of Plum #EA9FE1

Tints of Plum #EA9FE1

Color information

#EA9FE1 (or 0xEA9FE1) is unknown color: approx Plum. HEX triplet: EA, 9F and E1. RGB value is (234,159,225). Sum of RGB (Red+Green+Blue) = 234+159+225=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FE1 is #15601E. Grayscale: #BCBCBC. Windows color (decimal): -1400863 or 14786538. OLE color: 14786538.

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

Color convert

RGB234159225-
CMYK00.320.040.08
HSL307.2º64.1%77.06%-
HSV(B)307.2º32.05%91.76%-
XYZ59.9247.7277.29-
YUV188.95148.35160.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=37.86%
G=25.73%
B=36.41%

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
Decimal23415922500.320.040.08307.264.177.06
HexEA9FE102048133404d
Octal352237341040410463100115
Binary1110101010011111111000010100000100100010011001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FE1; }

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

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

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

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

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

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

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

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