#EAA5EB

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

Shades of Plum #EAA5EB

Tints of Plum #EAA5EB

Color information

#EAA5EB (or 0xEAA5EB) is unknown color: approx Plum. HEX triplet: EA, A5 and EB. RGB value is (234,165,235). Sum of RGB (Red+Green+Blue) = 234+165+235=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAA5EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5EB is #155A14. Grayscale: #C1C1C1. Windows color (decimal): -1399317 or 15443434. OLE color: 15443434.

HSL color Cylindrical-coordinate representation of color #EAA5EB: hue angle of 299.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA5EB is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234165235-
CMYK0.000.3000.08
HSL299.14º63.64%78.43%-
HSV(B)299.14º29.79%92.16%-
XYZ62.3850.485.04-
YUV193.61151.36156.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 165 (64.84% from 255) = 26.03%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=36.91%
G=26.03%
B=37.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341652350.000.3000.08299.1463.6478.43
HexEAA5EB01E0812b404e
Octal352245353036010453100116
Binary1110101010100101111010110111100100010010101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5EB; }

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

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

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

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

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

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

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

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