#EAA0F0

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

Shades of Plum #EAA0F0

Tints of Plum #EAA0F0

Color information

#EAA0F0 (or 0xEAA0F0) is unknown color: approx Plum. HEX triplet: EA, A0 and F0. RGB value is (234,160,240). Sum of RGB (Red+Green+Blue) = 234+160+240=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA0F0 is #155F0F. Grayscale: #BFBFBF. Windows color (decimal): -1400592 or 15769834. OLE color: 15769834.

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

Color convert

RGB234160240-
CMYK0.020.3300.06
HSL295.5º72.73%78.43%-
HSV(B)295.5º33.33%94.12%-
XYZ62.2348.9388.6-
YUV191.25155.52158.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=36.91%
G=25.24%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341602400.020.3300.06295.572.7378.43
HexEAA0F022106128494e
Octal35224036024106450111116
Binary11101010101000001111000010100001011010010100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA0F0; }

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

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

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

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

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

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

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

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