#EAAAE3

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

Shades of Plum #EAAAE3

Tints of Plum #EAAAE3

Color information

#EAAAE3 (or 0xEAAAE3) is unknown color: approx Plum. HEX triplet: EA, AA and E3. RGB value is (234,170,227). Sum of RGB (Red+Green+Blue) = 234+170+227=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAE3 is #15551C. Grayscale: #C3C3C3. Windows color (decimal): -1398045 or 14920426. OLE color: 14920426.

HSL color Cylindrical-coordinate representation of color #EAAAE3: hue angle of 306.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAE3 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234170227-
CMYK00.270.030.08
HSL306.56º60.38%79.22%-
HSV(B)306.56º27.35%91.76%-
XYZ62.1751.7979.39-
YUV195.63145.7155.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 227 (89.06% from 255) = 35.97%
R=37.08%
G=26.94%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417022700.270.030.08306.5660.3879.22
HexEAAAE301B381333c4f
Octal35225234303331046374117
Binary1110101010101010111000110110111110001001100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAE3; }

 p { color: rgb(234,170,227); }

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

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

 a { background-color: rgb(234,170,227); }

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

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

 span { border-color: rgb(234,170,227); }

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