#EA9FEB

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

Shades of Plum #EA9FEB

Tints of Plum #EA9FEB

Color information

#EA9FEB (or 0xEA9FEB) is unknown color: approx Plum. HEX triplet: EA, 9F and EB. RGB value is (234,159,235). Sum of RGB (Red+Green+Blue) = 234+159+235=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA9FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FEB is #156014. Grayscale: #BDBDBD. Windows color (decimal): -1400853 or 15441898. OLE color: 15441898.

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

Color convert

RGB234159235-
CMYK0.000.3200.08
HSL299.21º65.52%77.25%-
HSV(B)299.21º32.34%92.16%-
XYZ61.3348.2984.69-
YUV190.09153.35159.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 159 (62.5% from 255) = 25.32%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=37.26%
G=25.32%
B=37.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341592350.000.3200.08299.2165.5277.25
HexEA9FEB0200812b424d
Octal352237353040010453102115
Binary11101010100111111110101101000000100010010101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FEB; }

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

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

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

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

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

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

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

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