#EA9EEB

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

Shades of Plum #EA9EEB

Tints of Plum #EA9EEB

Color information

#EA9EEB (or 0xEA9EEB) is unknown color: approx Plum. HEX triplet: EA, 9E and EB. RGB value is (234,158,235). Sum of RGB (Red+Green+Blue) = 234+158+235=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA9EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EEB is #156114. Grayscale: #BDBDBD. Windows color (decimal): -1401109 or 15441642. OLE color: 15441642.

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

Color convert

RGB234158235-
CMYK0.000.3300.08
HSL299.22º65.81%77.06%-
HSV(B)299.22º32.77%92.16%-
XYZ61.1547.9484.63-
YUV189.5153.68159.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 158 (62.11% from 255) = 25.20%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=37.32%
G=25.20%
B=37.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341582350.000.3300.08299.2265.8177.06
HexEA9EEB0210812b424d
Octal352236353041010453102115
Binary11101010100111101110101101000010100010010101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EEB; }

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

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

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

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

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

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

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

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