#EA9AF0

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

Shades of Plum #EA9AF0

Tints of Plum #EA9AF0

Color information

#EA9AF0 (or 0xEA9AF0) is unknown color: approx Plum. HEX triplet: EA, 9A and F0. RGB value is (234,154,240). Sum of RGB (Red+Green+Blue) = 234+154+240=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA9AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AF0 is #15650F. Grayscale: #BBBBBB. Windows color (decimal): -1402128 or 15768298. OLE color: 15768298.

HSL color Cylindrical-coordinate representation of color #EA9AF0: hue angle of 295.81º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9AF0 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234154240-
CMYK0.020.3600.06
HSL295.81º74.14%77.25%-
HSV(B)295.81º35.83%94.12%-
XYZ61.2246.8988.26-
YUV187.72157.5161.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 154 (60.55% from 255) = 24.52%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=37.26%
G=24.52%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341542400.020.3600.06295.8174.1477.25
HexEA9AF0224061284a4d
Octal35223236024406450112115
Binary11101010100110101111000010100100011010010100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AF0; }

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

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

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

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

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

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

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

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