#EA9AEE

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

Shades of Plum #EA9AEE

Tints of Plum #EA9AEE

Color information

#EA9AEE (or 0xEA9AEE) is unknown color: approx Plum. HEX triplet: EA, 9A and EE. RGB value is (234,154,238). Sum of RGB (Red+Green+Blue) = 234+154+238=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA9AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AEE is #156511. Grayscale: #BBBBBB. Windows color (decimal): -1402130 or 15637226. OLE color: 15637226.

HSL color Cylindrical-coordinate representation of color #EA9AEE: hue angle of 297.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA9AEE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234154238-
CMYK0.020.3500.07
HSL297.14º71.19%76.86%-
HSV(B)297.14º35.29%93.33%-
XYZ60.9246.7886.71-
YUV187.5156.5161.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=37.38%
G=24.60%
B=38.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341542380.020.3500.07297.1471.1976.86
HexEA9AEE22307129474d
Octal35223235624307451107115
Binary11101010100110101110111010100011011110010100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AEE; }

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

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

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

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

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

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

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

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